Skip to content

Commit a3a01d2

Browse files
committed
prioritize pacman install over manual build
1 parent 56e5f36 commit a3a01d2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ and install **izulu**
1919

2020
sudo apt-get update
2121
sudo apt-get install izulu
22+
23+
### Arch Linux
24+
25+
Use pacman and the provided PKGBUILD to install:
26+
27+
wget https://raw.githubusercontent.com/onli/izulu/master/PKGBUILD #download "PKGBUILD" file
28+
makepkg
29+
sudo pacman -U izulu-git-*.pkg.tar.xz
2230

2331
### Manual
2432

@@ -33,12 +41,6 @@ Install the dependencies (on Ubuntu):
3341

3442
On older Ubuntu systems, install also `notify-send`. It is not strictly necessary, only if `--osd` is specified to show notifications on weather change.
3543

36-
### Arch Linux
37-
38-
wget https://raw.githubusercontent.com/onli/izulu/master/PKGBUILD #download "PKGBUILD" file
39-
makepkg
40-
sudo pacman -U izulu-git-*.pkg.tar.xz
41-
4244
## Start
4345

4446
To use all common features, start izulu like this:

0 commit comments

Comments
 (0)