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:
7
install/nvm.sh
Executable file
7
install/nvm.sh
Executable 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
|
||||
Reference in New Issue
Block a user