1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00

Update README.md

This commit is contained in:
Operations Research Engineering Software+ 2017-11-17 19:23:19 -08:00 committed by GitHub
parent 03608115df
commit b297297849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,13 @@ in the test file.
* `$BATS_TMPDIR` is the location to a directory that may be used to * `$BATS_TMPDIR` is the location to a directory that may be used to
store temporary files. 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 ## Installing Bats from source