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

Add references to alternative installation methods to README #124

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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ in the test file.
store temporary files.


## Installing Bats from source
## Installing Bats

### From source

Check out a copy of the Bats repository. Then, either add the Bats
`bin` directory to your `$PATH`, or run the provided `install.sh`
Expand All @@ -217,6 +219,14 @@ Bats. For example, to install Bats into `/usr/local`,
Note that you may need to run `install.sh` with `sudo` if you do not
have permission to write to the installation prefix.

### Other methods

Other methods of installing Bats may be available for your target environment.
The following wiki pages describe some alternatives:

* [Using a package](https://github.com/sstephenson/bats/wiki/Install-Bats-Using-a-Package)
* [Using GNU Stow](https://github.com/sstephenson/bats/wiki/Install-Bats-Using-GNU-Stow)


## Support

Expand Down