Bats Installation: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Installation on Linux= | =Installation on Linux= | ||
git clone https://github.com/sstephenson/bats.git | |||
cd bats | |||
sudo ./install.sh /usr/local/ | |||
Revision as of 23:57, 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/