Skip to content

Commit

Permalink
Update Rinstallation instructions with the Lemurs Arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored and coastalwhite committed Apr 29, 2024
1 parent abcb68c commit a133153
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ Installation follows three steps.

### Arch Linux

Lemurs can be installed from the [AUR](https://aur.archlinux.org/packages/lemurs). This will
build the package on your local machine.
Lemurs can be installed from the [extra](https://archlinux.org/packages/?sort=&q=lemurs&maintainer=&flagged=) repository.

```bash
paru -S lemurs # paru can be replaced by any other AUR helper
sudo pacman -S lemurs

# Not needed if you don't have a window manager yet
sudo systemctl disable display-manager.service

sudo systemctl enable lemurs.service
```

Alternatively, [lemur-git](https://aur.archlinux.org/packages/lemurs-git) is available in the AUR.

### Compiling from source

The `install.sh` script can be used to compile and setup the display manager on
Expand Down

0 comments on commit a133153

Please sign in to comment.