mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Add Homebrew installation instructions
This commit is contained in:
parent
2476770c84
commit
1d81e9c15a
|
@ -213,6 +213,15 @@ Bats. For example, to install Bats into `/usr/local`,
|
||||||
Note that you may need to run `install.sh` with `sudo` if you do not
|
Note that you may need to run `install.sh` with `sudo` if you do not
|
||||||
have permission to write to the installation prefix.
|
have permission to write to the installation prefix.
|
||||||
|
|
||||||
|
## Installing Bats with Homebrew
|
||||||
|
|
||||||
|
If you are using [the Homebrew package manager](http://brew.sh/) for
|
||||||
|
Mac OS X, then you can install Bats as follows:
|
||||||
|
|
||||||
|
$ brew install bats
|
||||||
|
|
||||||
|
This will use Homebrew's installation prefix (`/usr/local` by default)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
The Bats source code repository is [hosted on
|
The Bats source code repository is [hosted on
|
||||||
|
|
Loading…
Reference in New Issue
Block a user