Skip to content

Instantly share code, notes, and snippets.

@puls
Created September 24, 2011 22:39
Show Gist options
  • Select an option

  • Save puls/1239957 to your computer and use it in GitHub Desktop.

Select an option

Save puls/1239957 to your computer and use it in GitHub Desktop.
dryghost:~ puls$ brew install macruby
Error: No available formula for macruby
MacRuby works better when you install their package:
http://www.macruby.org/downloads.html
Although if you prefer, there is a formula in homebrew-alt.
dryghost:~ puls$ brew install npm
Error: No available formula for npm
npm can be installed thusly by following the instructions at
http://npmjs.org/
To do it in one line, use this command:
curl http://npmjs.org/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment