1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-12-08 01:13:31 +01:00

Add Arch Linux installation instructions

Zoltán Tömböl 2016-03-11 17:55:56 +01:00
parent 2656ce562f
commit f50812fa66

@ -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