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 2014/01/06 22:01:43 UTC

git commit: Add "nvm alias default" to README.md

Updated Branches:
  refs/heads/master d1c33f8af -> 6092b709c


Add "nvm alias default" to 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/6092b709
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/6092b709
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/6092b709

Branch: refs/heads/master
Commit: 6092b709c17a4496a4be5a95896bfff92d83c410
Parents: d1c33f8
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jan 6 16:01:13 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 6 16:01:13 2014 -0500

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6092b709/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d0d53d5..eda97d3 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ 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
+    nvm install 0.10
+    nvm alias default 0.10
 
 Getting Coho
 ------------