summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSky Moore <mskymoore@gmail.com>2018-09-12 12:02:14 -0700
committerAlicia Cozine <cozi@visi.com>2018-09-12 14:02:14 -0500
commitd427df1ad81281e882adb44dbf14a8d8e93f6b57 (patch)
treecc1ac454fe5bdb1d9c7045b5226a2a6f0d1c6e19 /packaging
parentea8924f744b27c449eeba44bd75f113dadaaa781 (diff)
downloadansible-d427df1ad81281e882adb44dbf14a8d8e93f6b57.tar.gz
Update README.md (#37272)
Update Arch packaging README.md with link and package mgr options
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/packaging/arch/README.md b/packaging/arch/README.md
index 6ce7a53f27..8c24a2e779 100644
--- a/packaging/arch/README.md
+++ b/packaging/arch/README.md
@@ -2,12 +2,19 @@ Arch Packaging Files
--------------------
The PKGBUILD in this directory is here for reference.
-You should use AUR to install [ansible-git][1], using `yaourt` for instance:
+
+You can install [ansible-git][1] from the Arch User Repository (AUR), using the [AUR helper][2] of your choice.
+
+With `yaourt`:
yaourt -S ansible-git
-You can also use a AUR package for the stable version of [ansible][2].
+With `pikaur`:
- [1]: https://aur.archlinux.org/packages/ansible-git/
- [2]: https://aur.archlinux.org/packages/ansible/
+ pikaur -S ansible-git
+You can also install the stable version of [ansible][3] as an AUR package.
+
+ [1]: https://aur.archlinux.org/packages/ansible-git/
+ [2]: https://wiki.archlinux.org/index.php/AUR_helpers
+ [3]: https://aur.archlinux.org/packages/ansible/