Update README.md

This commit is contained in:
Eduard Tolosa 2019-03-26 18:16:26 +00:00
parent 9c7d8a1d17
commit 3ba2bb51fd

View file

@ -10,6 +10,12 @@ First install [pacman-contrib](https://www.archlinux.org/packages/community/x86_
# pacman -Syu --needed pacman-contrib
```
**Using AUR package:**
Install the [upcheck](https://aur.archlinux.org/packages/upcheck/) package.
**Manually for user only:**
Installation is easy, put the `bin/upcheck` binary in $HOME/.local/bin/, then put the `upcheck.service` and `upcheck.timer` into $HOME/.config/systemd/user/. **Edit** the `upcheck.service` file in the *ExecStart=* section pointing to the `upcheck` executable path and finally enable/start `upcheck.timer` with the command `systemctl --user enable upcheck.timer && systemctl --user start upcheck.timer`
**Important note**: you need a [notifications server](https://wiki.archlinux.org/index.php/Desktop_notifications#Notification_servers) if you aren't using Cinnamon, Deepin, Enlightenment, GNOME, GNOME Flashback or KDE Plasma.