Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 743 Bytes

homebrew-iojs

A Homebrew formula for https://nodejs.org.

NOTE: Work on the official homebrew iojs formula is ongoing. Follow the progress here!

How do I install this formula?

brew install hmalphettes/node/node

Documentation

Since there is an existing node formula in the offical homebrew repository, you have to reference the fully-qualified formula name when interacting with this formula. e.g.

# If node or iojs was already installed:
brew remove --force node
brew remove --force iojs
brew install hmalphettes/node/node

brew help, man brew or check Homebrew's documentation.