Skip to content

Instantly share code, notes, and snippets.

@devmoreno
Created July 29, 2014 19:03
Show Gist options
  • Save devmoreno/1715624477d67bcb9e6f to your computer and use it in GitHub Desktop.
Save devmoreno/1715624477d67bcb9e6f to your computer and use it in GitHub Desktop.
Node.Js Install Mac
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment