Installing fibjs on Mac using Brew
Package Information:
Name: fibjs
Use: JavaScript on Fiber
URL: http://fibjs.org/en/index.html
Installation Steps:
- Launch Terminal by pressing
<command+space>. Type terminal and hitEnterkey. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install fibjs using brew
brew install fibjs
fibjs is ready to use now!