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

master
ShiningLea 2 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
- cinnamon
- deepin
- dwm
- dwl
- dwm
- enlightenment
- gnome
- i3
@ -46,12 +47,12 @@ The following desktop environments were tested with success:
- lxde
- lxqt
- mate
- maxx
- maxx
- pantheon
- qtile
- spectrwm
- sway
- windowmaker
- windowmaker
- xfce
- xmonad
@ -126,7 +127,6 @@ then you have to disable getty, so it doesn't respawn on top of ly
```
### runit
```
# zig build installrunit
# 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
```
### 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
You can install ly from the [`[extra]` repos](https://archlinux.org/packages/extra/x86_64/ly/):
```

Loading…
Cancel
Save