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:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bam using brew
    brew install bam

bam is ready to use now!