From e1c5122071611253d03ecf4ba99504a0bd8ca946 Mon Sep 17 00:00:00 2001 From: DeaDvey <104674266+DeaDvey@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:04:10 +0000 Subject: [PATCH] Change install instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5687a4e..f3e4d80 100644 --- a/README.md +++ b/README.md @@ -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