Mention AUR in README.md

This commit is contained in:
Martchus 2016-11-02 20:02:59 +01:00
parent 5d1b6a76f7
commit 1abb39ec68
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ Syncthing Tray ensures that no second instance will be spawned if it is already
running.
## Download / binary repository
I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a
separate [repository](https://github.com/Martchus/PKGBUILDs). For Windows binaries checkout the release section on GitHub or my
[website](http://martchus.no-ip.biz/website/page.php?name=programming).
I currently provide packages for Arch Linux (see [AUR](https://aur.archlinux.org/packages/syncthingtray/)) and Windows (see
[my website](http://martchus.no-ip.biz/website/page.php?name=programming)). Sources for those packages can be found in a separate [repository](https://github.com/Martchus/PKGBUILDs).
.
## Build instructions
The application depends on [c++utilities](https://github.com/Martchus/cpp-utilities) and [qtutilities](https://github.com/Martchus/qtutilities) and is built the same way as these libaries. For basic instructions checkout the README file of [c++utilities](https://github.com/Martchus/cpp-utilities). For building this straight, see the next section.