Skip to content

Commit aead2d6

Browse files
committed
Merge pull request #6 from nedy13/master
minor changes Arch Linux installation
2 parents 298a22d + 196ba2d commit aead2d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_pkgname=izulu
44
pkgname=${_pkgname}-git
5-
pkgver=0.5
5+
pkgver=0.6.4
66
pkgrel=1
77
pkgdesc='weather aware desktop background images'
88
arch=('any')

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Install the dependencies (on Ubuntu):
3333

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

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-0.6.4.298a22d-1-any.pkg.tar.xz
41+
3642
## Start
3743

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

0 commit comments

Comments
 (0)