From d427df1ad81281e882adb44dbf14a8d8e93f6b57 Mon Sep 17 00:00:00 2001 From: Sky Moore Date: Wed, 12 Sep 2018 12:02:14 -0700 Subject: [PATCH] Update README.md (#37272) Update Arch packaging README.md with link and package mgr options --- packaging/arch/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/packaging/arch/README.md b/packaging/arch/README.md index 6ce7a53f275..8c24a2e7791 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/