mirror of https://github.com/fairyglade/ly.git
Merge pull request #379 from KR1470R/aur
add instruction of aur package installation to readme
This commit is contained in:
commit
4b5374c13f
|
@ -1,3 +1,4 @@
|
|||
|
||||
# Ly - a TUI display manager
|
||||

|
||||
|
||||
|
@ -82,6 +83,12 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it
|
|||
sudo systemctl disable getty@tty2.service
|
||||
```
|
||||
|
||||
## Arch Linux Installation
|
||||
From AUR:
|
||||
```
|
||||
yay -S ly
|
||||
```
|
||||
|
||||
## Configuration
|
||||
You can find all the configuration in `/etc/ly/config.ini`.
|
||||
The file is commented, and includes the default values.
|
||||
|
|
Loading…
Reference in New Issue