update install files

* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
This commit is contained in:
Nick Nisi
2015-08-10 22:37:24 -05:00
parent 131f43e354
commit 387594e491
5 changed files with 30 additions and 11 deletions

7
install/nvm.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# reload nvm into this environment
source $(brew --prefix nvm)/nvm.sh
nvm install stable
nvm alias default stable