Sure why not.
You will flash this at your own risk though 
You will need:
INSTALLATION STEPS:
1. Reboot to bootloader
adb reboot bootloader
2. Flash Lineage recovery:
fastboot flash recovery recovery.img
3. Reboot to recovery.
If stock recovery boots instead (happened to me at first) just go back to bootloader and run:
fastboot boot recovery.img
4. In recovery: wipe data / Factory Reset - there’s no way back to FPOS (for now) after this
5. Still in recovery: Apply Update → ADB Sideload → Install from ADB and run:
adb sideload name_of_the_lineage_file.zip
6. Attempting to flash GApps will probably fail due to lack of space on system partition (although nothing prevents you from trying if you want to give a shot, please report if it worked)
7. Do not flash Magisk as it will throw you into a bootloop. You will be able to root the old way later like this:
a. Downloading boot.img on your device
b. Installing Magisk apk
c. Patch the boot.img with Magisk
d. Copy the patched file on your computer
e. Reboot fastboot and fastboot boot your_patched_boot.img
f. Open Magisk and run installation
g. Reboot
8. I “THINK” you should reboot bootloader before boot and run (untested):
fastboot erase metadata
I didn’t do it and have a “E: couldn’t mount metadata” error everytime I try to flash something in recovery, though it doesn’t prevent lineage installation.
It appears to be the last instruction in /e/ OS installation procedure.
If you run this command please report 
That’s about it. I only ever built 2 ROMS and they are both iterations of this very one which gives you an idea of my level of expertise. Bottom line: don’t expect high end support (I’ll do my best though). I find myself constantly asking for help around here 