From 9299a83194166d80358a601421b01eb6472ed9fc Mon Sep 17 00:00:00 2001 From: Andreas Stenius Date: Sun, 10 Apr 2016 15:05:04 +0200 Subject: [PATCH] From https://github.com/sstephenson/bats/pull/77 --- Install-Bats-Using-a-Package.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Install-Bats-Using-a-Package.md b/Install-Bats-Using-a-Package.md index 7a70e36..51d0eaa 100644 --- a/Install-Bats-Using-a-Package.md +++ b/Install-Bats-Using-a-Package.md @@ -60,3 +60,8 @@ If you don’t have brew already, discover it and install it [here](http://brew. brew install bats ``` +## Installation with [bpkg](https://github.com/bpkg/bpkg) + +```bash +$ bpkg install -g sstephenson/bats +```