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:
- Open up your Terminal.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bnd using brew
brew install bnd
bnd is ready to use now!