summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-06-27 04:24:28 -0400
committerHarel Ben-Attia <harelba@gmail.com>2014-06-27 04:24:28 -0400
commit4a59c08a114257d6f8d942a2587ba856bdb3e282 (patch)
treee9149f23225110e1304923a1ee09f265fb1f09bf
parent10901ec6b8437f3b7609e52a38fa20fe7e0b2d81 (diff)
parent95f2e29282bb2967cd3ad4d81e01b2ecd0577a71 (diff)
Merge pull request #58 from StreakyCobra/archlinux-install
Add archlinux informations in INSTALL.markdown
-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.