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/10/08 17:21:25 UTC

git commit: Add coho npm-link and coho repo-clone example to top-level README

Repository: cordova-coho
Updated Branches:
  refs/heads/master bae6bf37f -> 365c4aa84


Add coho npm-link and coho repo-clone example to top-level README


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

Branch: refs/heads/master
Commit: 365c4aa84aacc90b0ebbd879c223ea5de2c93343
Parents: bae6bf3
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Oct 8 11:20:45 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Oct 8 11:20:45 2014 -0400

----------------------------------------------------------------------
 README.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/365c4aa8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3255403..93f09c0 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,12 @@ This repository has the following purposes:
   - e.g. coho repo-clone
   - e.g. coho --help
 
+## How to Install Node:
+
+Easiest way on OS X & Linux: https://github.com/creationix/nvm
+
+Easiest way on Win: http://nodejs.org/
+
 ## How to Clone & Use `coho`
 
     mkdir -p cordova
@@ -40,13 +46,10 @@ This repository has the following purposes:
     git clone https://git-wip-us.apache.org/repos/asf/cordova-coho.git
     cd cordova-coho
     npm install
-    sudo npm link
+    npm link # Might need sudo for some configurations
     coho --help
 
-## How to Install Node:
-
-Easiest way on OS X & Linux: https://github.com/creationix/nvm
-
-Easiest way on Win: http://nodejs.org/
-
+## How to Clone Other Repos
 
+    coho repo-clone -r plugins -r tools -r android -r ios -r ...
+    coho npm-link


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org