You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/12/18 02:21:22 UTC

git commit: Suggest using nvm in README.md

Updated Branches:
  refs/heads/master b8125ad97 -> 6edbde682


Suggest using nvm in README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/6edbde68
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/6edbde68
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/6edbde68

Branch: refs/heads/master
Commit: 6edbde68241fedb0612d8d91495628f86eee2239
Parents: b8125ad
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Dec 17 20:21:07 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Dec 17 20:21:07 2013 -0500

----------------------------------------------------------------------
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6edbde68/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3d22266..58dcb3c 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,12 @@ If you get the error:
     Error: Cannot find module 'optimist'
 then you haven't run `npm install` yet.
 
+Suggested way to install `node` is to use `nvm`:
+
+    curl https://raw.github.com/creationix/nvm/master/install.sh | sh
+    source ~/.bash_profile
+    nvm install v0.10.23
+
 Getting Coho
 ------------