Installing fibjs on Mac using Brew

Package Information:

Name: fibjs
Use: JavaScript on Fiber
URL: http://fibjs.org/en/index.html

Installation Steps:

  1. Launch Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fibjs using brew
    brew install fibjs

fibjs is ready to use now!