danheberden / nave-installer

Install nave easily - like, REALLY easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nave Installer

Installs nave easily and makes it globally accesible. Also adds nave update to get the latest nave.sh from github.com

To use

Enter this into your terminal:

sh -c "$(curl -s 'https://raw.github.com/danheberden/nave-installer/master/nave-installer.sh')"

if you don't have curl, you can try wget:

sh -c "$(wget -q -O - 'https://raw.github.com/danheberden/nave-installer/master/nave-installer.sh')"

That's it! You have have nave installed. To get node installed right away, run

sudo nave usemain stable

Troubleshooting

If you get any error messages like sh: cannot create /usr/local/bin/nave: Permission denied, you'll need run the command as sudo. E.g., sudo sh -c "$(curl -s 'https://raw.github.com/danheberden/nave-installer/master/nave-installer.sh')"

License

Copyright (c) 2012 Dan Heberden Licensed under the MIT license.

About

Install nave easily - like, REALLY easily

License:MIT License


Languages

Language:Shell 100.0%