diff --git a/Install-Bats-Using-a-Package.md b/Install-Bats-Using-a-Package.md index 39418ee..4192daa 100644 --- a/Install-Bats-Using-a-Package.md +++ b/Install-Bats-Using-a-Package.md @@ -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. * 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 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