You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/20 23:13:12 UTC

[cordova-coho] branch janpio-CB-13828 updated: fix base README

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-CB-13828
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/janpio-CB-13828 by this push:
     new 71889e7  fix base README
71889e7 is described below

commit 71889e743910bdcafc42aa0d026aa0213acf97bf
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 21 00:13:10 2018 +0100

    fix base README
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index bd7b433..078a211 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,9 @@
 
 This repository has the following purposes:
 
-1. To hold committer-relevant [documentation](docs/index.md)
+1. To hold committer-relevant [documentation](docs/)
 2. To hold release automation scripts
    - e.g. `coho create-archive && coho verify-archive`
-   - e.g. CrowdIn scripts
 3. To hold generally useful dev scripts
    - e.g. `coho repo-clone`
    - e.g. `coho --help`
@@ -46,6 +45,8 @@ Easiest way on Windows:
 
 ## Installation
 
+### Via `npm`
+
 ```bash    
 npm install -g cordova-coho
 ```    
@@ -66,8 +67,6 @@ npm link # Might need sudo for some configurations
 ## Cloning/Updating Cordova repositories
 
 ```bash
-mkdir cordova-repos
-cd cordova-repos
 coho repo-update -g -r all
 ```
 
@@ -97,6 +96,7 @@ To see valid repo ids and repo group ids for use with Coho, use the `list-repos`
 Note that for some commands you may need to use the `-g` or `--global` flag to work in an npm global context, since coho was originally designed for use in another context.
 
 ## Contributing
+
 Cordova is an open source Apache project and contributors are needed to keep this project moving forward. Learn more on 
 [how to contribute on our website][contribute]. 
 

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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