Update the installation instructions

This commit is contained in:
Gijs Burghoorn 2022-12-05 19:37:10 +01:00 committed by GitHub
parent bd2d82755b
commit 37f773b330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,11 @@ but you might have to set the default toolchain with `rustup default stable`.
```bash
paru -S lemurs-git # paru can be replaced by any other AUR helper
# Not needed if do don't have a window manager yet
sudo systemctl disable display-manager.service
sudo systemctl enable lemurs.service
```
or
@ -41,6 +46,11 @@ or
git clone https://aur.archlinux.org/lemurs-git.git
cd lemurs-git
makepkg -si
# Not needed if do don't have a window manager yet
sudo systemctl disable display-manager.service
sudo systemctl enable lemurs.service
```
### Compiling from source