diff --git a/Install-Bats-Using-a-Package.md b/Install-Bats-Using-a-Package.md index 4192daa..34081e7 100644 --- a/Install-Bats-Using-a-Package.md +++ b/Install-Bats-Using-a-Package.md @@ -30,3 +30,20 @@ For example, to install Bats on openSUSE 13.2: zypper ar -f http://download.opensuse.org/repositories/devel:/tools/openSUSE_13.2 devel-tools 3. Install bats the usual way: ``zypper in bats`` + +## Arch Linux + +Bats is available for Arch Linux. You can install the latest release from the community repository. + +``` +sudo pacman -Sy bash-bats +``` + +The development version can be installed from [AUR][archlinux-aur] using your favourite [AUR helper][archlinux-aur-helpers]. + +``` +pacaur -Sa bats-git +``` + +[archlinux-aur]: https://wiki.archlinux.org/index.php/Arch_User_Repository +[archlinux-aur-helpers]: https://wiki.archlinux.org/index.php/AUR_helpers \ No newline at end of file