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 hitEnter
key. - 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!