Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Update README.md #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down