|
@@ -108,11 +108,11 @@ Installation
|
108
|
108
|
|
109
|
109
|
### Arch Linux
|
110
|
110
|
|
111
|
|
-If you run Arch Linux, we highly recommend the PKGBUILD in the repo. However there also exist 2 packages in the AUR, which we aim to replace;
|
|
111
|
+The latest stable release is available in official repos, install with:
|
112
|
112
|
|
113
|
|
-* [light-git][] - For the latest development branch (master)
|
114
|
|
-* [light][] - For the latest stable release
|
|
113
|
+ pacman -S light
|
115
|
114
|
|
|
115
|
+Additionally, the latest development branch (master) is available on AUR: [light-git][]
|
116
|
116
|
|
117
|
117
|
### Fedora
|
118
|
118
|
|
|
@@ -168,4 +168,3 @@ specific `~/.cache/light` is used.
|
168
|
168
|
|
169
|
169
|
[Light]: https://github.com/haikarainen/light/
|
170
|
170
|
[light-git]: https://aur.archlinux.org/packages/light-git
|
171
|
|
-[light]: https://aur.archlinux.org/packages/light
|