Follow simple steps to install bam on Mac
Package Information:
Name: bam
Use: Bam is a fast and flexible build system. Bam uses Lua to describe the build process
URL: https://matricks.github.io/bam/
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bam using brew
brew install bam
bam is ready to use now!