Change install instructions

This commit is contained in:
DeaDvey 2024-07-26 03:04:10 +00:00 committed by GitHub
parent cb853cb379
commit e1c5122071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ On top of pure intuition:
git clone https://github.com/javalsai/lidm.git
cd lidm
make # 👍
sudo make install
```
# Installation
@ -75,10 +76,7 @@ make # 👍
# Starting with SystemD
Starting lidm with SystemD is not fully supported, however it will start on launch.
Firstly, edit the assets/li.service file to have the correct path of the lidm binary.
eg:
```ExecStart=$HOME/git/lidm/lidm```
Then, in the lidm directory run these commands:
In the lidm directory run these commands:
```sh
sudo cp assets/li.service /etc/systemd/system
sudo systemdtl enable li