Clarify how to update + add DWL (closes #551, #547)

master
ShiningLea 3 weeks ago committed by GitHub
parent a7615a33e0
commit 7506d6a7d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,8 @@ The following desktop environments were tested with success:
- budgie - budgie
- cinnamon - cinnamon
- deepin - deepin
- dwm - dwl
- dwm
- enlightenment - enlightenment
- gnome - gnome
- i3 - i3
@ -46,12 +47,12 @@ The following desktop environments were tested with success:
- lxde - lxde
- lxqt - lxqt
- mate - mate
- maxx - maxx
- pantheon - pantheon
- qtile - qtile
- spectrwm - spectrwm
- sway - sway
- windowmaker - windowmaker
- xfce - xfce
- xmonad - xmonad
@ -126,7 +127,6 @@ then you have to disable getty, so it doesn't respawn on top of ly
``` ```
### runit ### runit
``` ```
# zig build installrunit # zig build installrunit
# ln -s /etc/sv/ly /var/service/ # ln -s /etc/sv/ly /var/service/
@ -148,6 +148,20 @@ you should disable the agetty-tty2 service like this:
# rm /var/service/agetty-tty2 # rm /var/service/agetty-tty2
``` ```
### Updating
You can also install Ly without copying the system service and the configuration file. That's
called *updating*. To update, simply run:
```
# zig build installnoconf
```
If you want to also copy the default config file (but still not the system service), run:
```
# zig build installexe
```
## Arch Linux Installation ## Arch Linux Installation
You can install ly from the [`[extra]` repos](https://archlinux.org/packages/extra/x86_64/ly/): You can install ly from the [`[extra]` repos](https://archlinux.org/packages/extra/x86_64/ly/):
``` ```

Loading…
Cancel
Save