summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabien Dubosson <fabien.dubosson@gmail.com>2014-06-19 16:42:34 +0200
committerFabien Dubosson <fabien.dubosson@gmail.com>2014-06-19 16:42:34 +0200
commit95f2e29282bb2967cd3ad4d81e01b2ecd0577a71 (patch)
treee9149f23225110e1304923a1ee09f265fb1f09bf /doc
parent10901ec6b8437f3b7609e52a38fa20fe7e0b2d81 (diff)
Add archlinux informations in INSTALL.markdown
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/INSTALL.markdown b/doc/INSTALL.markdown
index fe5c651..4f1c3a7 100644
--- a/doc/INSTALL.markdown
+++ b/doc/INSTALL.markdown
@@ -32,6 +32,12 @@ RPM Releases also contain a man page. Just enter `man q`.
### Debian-based Linux distributions
Debian packaing is in progress. In the mean time install manually. See the section above.
+### Arch Linux
+
+A `PKGBUILD` is [available](https://aur.archlinux.org/packages/q/) in AUR for Arch Linux users. See [installing packages](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages) in the wiki or use your favorite [AUR helper](https://wiki.archlinux.org/index.php/Aur_helpers).
+
+The man page is also provided (extracted _as is_ from the RPM): `man q`
+
## Default settings file
q supports an option file in ~/.qrc or in the working directory (with the name .qrc) which provides defaults for some or all of the command line options. A sample .qrc file with commented-out options is included. Just put it in your home folder and modify it according to your needs.