Bats Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:




  git clone https://github.com/sstephenson/bats.git
  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/