From db188ee137cc5f771500fd9ced88c0c75cdc660b Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Mon, 5 Oct 2015 11:54:53 -0700 Subject: [PATCH] Repo found from this article: https://blog.engineyard.com/2014/bats-test-command-line-tools --- Install-Bats-Using-a-Package.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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