mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-17 23:24:49 +00:00
Update README.md
This commit is contained in:
parent
9c7d8a1d17
commit
3ba2bb51fd
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue