mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
Change install instructions
This commit is contained in:
parent
cb853cb379
commit
e1c5122071
@ -66,6 +66,7 @@ On top of pure intuition:
|
|||||||
git clone https://github.com/javalsai/lidm.git
|
git clone https://github.com/javalsai/lidm.git
|
||||||
cd lidm
|
cd lidm
|
||||||
make # 👍
|
make # 👍
|
||||||
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
@ -75,10 +76,7 @@ make # 👍
|
|||||||
|
|
||||||
# Starting with SystemD
|
# Starting with SystemD
|
||||||
Starting lidm with SystemD is not fully supported, however it will start on launch.
|
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.
|
In the lidm directory run these commands:
|
||||||
eg:
|
|
||||||
```ExecStart=$HOME/git/lidm/lidm```
|
|
||||||
Then, in the lidm directory run these commands:
|
|
||||||
```sh
|
```sh
|
||||||
sudo cp assets/li.service /etc/systemd/system
|
sudo cp assets/li.service /etc/systemd/system
|
||||||
sudo systemdtl enable li
|
sudo systemdtl enable li
|
||||||
|
Loading…
x
Reference in New Issue
Block a user