Skip to content

danheberden/nave-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages