Bats Installation: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
git clone https | git clone https://github.com/sstephenson/bats.git | ||
cd bats | cd bats | ||
sudo ./install.sh /usr/local/ | sudo ./install.sh /usr/local/ |
Revision as of 23:58, 17 December 2019
Internal
Installation on Mac
brew install bats
Installation on Linux
git clone https://github.com/sstephenson/bats.git cd bats sudo ./install.sh /usr/local/