From b2972978497b33c0ceb6d66a094bf5a2e0393c38 Mon Sep 17 00:00:00 2001 From: Operations Research Engineering Software+ Date: Fri, 17 Nov 2017 19:23:19 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 235bf1ee..7558c7be 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,13 @@ in the test file. * `$BATS_TMPDIR` is the location to a directory that may be used to store temporary files. +## Installing Bats + +Bats is available as an NPM package. Install NPM (bundled with Node.js), then install Bats with + +```bash +npm install -g bats +``` ## Installing Bats from source