mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-10 13:14:27 +00:00
Update the installation instructions
This commit is contained in:
parent
bd2d82755b
commit
37f773b330
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -33,6 +33,11 @@ but you might have to set the default toolchain with `rustup default stable`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
paru -S lemurs-git # paru can be replaced by any other AUR helper
|
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
|
or
|
||||||
|
@ -41,6 +46,11 @@ or
|
||||||
git clone https://aur.archlinux.org/lemurs-git.git
|
git clone https://aur.archlinux.org/lemurs-git.git
|
||||||
cd lemurs-git
|
cd lemurs-git
|
||||||
makepkg -si
|
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
|
### Compiling from source
|
||||||
|
|
Loading…
Reference in a new issue