Installing bnd on Mac using Brew

Package Information:

Name: bnd
Use: the Swiss Army Knife for OSGi bundles
URL: http://bnd.bndtools.org/

Installation Steps:

  1. Open up your Terminal.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bnd using brew
    brew install bnd

bnd is ready to use now!