diff options
author | yves <steve.harrison@gmx.net> | 2011-04-21 19:05:43 +0200 |
---|---|---|
committer | yves <steve.harrison@gmx.net> | 2011-04-21 19:05:43 +0200 |
commit | 04f592ec08165553bbd872cfe0d8c3dbddd7f7ec (patch) | |
tree | ae9c613193cdfc3e368c0c06dc727ff59ee42ed6 | |
parent | 403fc3857079a27600629494aba50da9da1c9953 (diff) | |
download | osm-xapi-04f592ec08165553bbd872cfe0d8c3dbddd7f7ec.tar.gz osm-xapi-04f592ec08165553bbd872cfe0d8c3dbddd7f7ec.tar.xz osm-xapi-04f592ec08165553bbd872cfe0d8c3dbddd7f7ec.zip |
finished bootstrap skript
-rwxr-xr-x | bootstrap.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index bca7c9d..6227de2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,8 +38,15 @@ if [[ $prompt == "n" || $prompt == "N" || $prompt == "no" || $prompt == "No" ]] then exit 0; else - curl http://npmjs.org/install.sh | sh + curl http://npmjs.org/install.sh | sh fi echo "Download all dependencies for project in $PROJECT_PATH" npm link $PROJECT_PATH + + +echo +echo "To use nvm source it by typing: 'NVM_DIR=$NVM_DIR . $PWD/$NVM_PATH' " +echo "For permanent usage, add it to your ~/.bashrc" +echo +echo "with 'nvm use $NODE_VERSION' you can enable nvm" |