You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/24 16:11:49 UTC

[cordova-mobile-spec] 01/01: doc: use double-ampersand (&&) in shell commands

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

brodybits pushed a commit to branch brodybits-fix-shell-commands-in-document
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit b16276d2a140c6b3c31119d066714bc59169489d
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Jun 24 12:11:43 2020 -0400

    doc: use double-ampersand (&&) in shell commands
---
 createmobilespec/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/createmobilespec/README.md b/createmobilespec/README.md
index a85e2dd..a5dad94 100644
--- a/createmobilespec/README.md
+++ b/createmobilespec/README.md
@@ -45,7 +45,7 @@ and a way to use the platform-centered workflow instead of the CLI.
     ```shell
     # Create a new folder, e.g. `cordova` and `cd cordova` into it.
     git clone https://github.com/apache/cordova-coho.git
-    cd cordova-coho & npm install & cd ..
+    cd cordova-coho && npm install && cd ..
     node cordova-coho/coho repo-clone -r mobile-spec -r tools -r plugins -r active-platforms
     node cordova-coho/coho npm-link
     ```
@@ -54,7 +54,7 @@ and a way to use the platform-centered workflow instead of the CLI.
 
 2. As `cordova-mobile-spec` has a special structure, you have to install dependencies in `createmobilespec` manually:
     ```shell
-    cd cordova-mobile-spec/createmobilespec & npm install & cd ../..
+    cd cordova-mobile-spec/createmobilespec && npm install && cd ../..
     ```
 3. You are now ready to use `createmobilespec.js` with the commands below.
 


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