mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Update README.md
This commit is contained in:
parent
03608115df
commit
b297297849
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user