This is an automated email from the ASF dual-hosted git repository.
janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new 83c0774 add direct usage instructions for coho.cmd
83c0774 is described below
commit 83c0774014596f18751dd939bbd7c1be4cb51a00
Author: Jan Piotrowski <[email protected]>
AuthorDate: Thu Oct 4 00:50:09 2018 +0200
add direct usage instructions for coho.cmd
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 078a211..22a440f 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ Easiest way on Windows:
```bash
npm install -g cordova-coho
+coho
```
On Mac OS X / Linux, if you didn't use a node version manager like `nvm` or
`n`, you might have to run the command using `sudo`.
@@ -62,6 +63,12 @@ git clone https://github.com/apache/cordova-coho
cd cordova-coho
npm install
npm link # Might need sudo for some configurations
+coho
+```
+
+Or you can just call coho directly in your clone:
+```bash
+C:\Projects\Cordova\cordova-coho\coho.cmd
```
## Cloning/Updating Cordova repositories
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]