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 <[email protected]> Authored: Wed Oct 8 11:20:45 2014 -0400 Committer: Andrew Grieve <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
