Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix preparation commands in README.md #204

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions createmobilespec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
brody4hire marked this conversation as resolved.
Show resolved Hide resolved
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
brody4hire marked this conversation as resolved.
Show resolved Hide resolved
```
Expand All @@ -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.

Expand Down