1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-12-09 09:53:37 +01:00
Justin Scott 2015-10-05 11:54:53 -07:00
parent da711574a7
commit db188ee137

@ -6,6 +6,14 @@ You may be able to find Bats pre-packaged for your operating system. If availabl
* The ``bats`` command will typically be available without configuration of any kind. * The ``bats`` command will typically be available without configuration of any kind.
* Updates and bugfixes may be provided via the regular stream of package updates for your system. * Updates and bugfixes may be provided via the regular stream of package updates for your system.
## Ubuntu
```
sudo add-apt-repository ppa:duggan/bats
sudo apt-get update
sudo apt-get install bats
```
## openSUSE ## openSUSE
Bats is available for openSUSE Tumbleweed (the rolling release), and will be available in the upcoming openSUSE Leap 42.1 release. To install it, run Bats is available for openSUSE Tumbleweed (the rolling release), and will be available in the upcoming openSUSE Leap 42.1 release. To install it, run