Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 755abde

Browse files
better 'how to run the demo' doc
1 parent eea9b8f commit 755abde

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ project.ext {
8686
## Usage
8787

8888
### Demo app
89-
If you want a quickstart, clone the repo, `cd src`, and `npm run demo.ios` or `npm run demo.android`.
89+
If you want a quickstart, clone the repo, then:
90+
- `cd src`.
91+
- `npm i` (just answer 'n' to any prompts as they are ignored anyway).
92+
- `npm run demo.ios` or `npm run demo.android` (answer 'n' again if prompted).
9093

9194
### Start-up wiring
9295
We need to do some wiring when your app starts, so open `app.js` and add this before `application.start();`:
@@ -294,4 +297,4 @@ The after-prepare hook of this plugin will now choose either the `dev` or the `p
294297
* `prod` will be selected if you run with either the `--release`, `--env.prod` or `--env.production` flags
295298
* `dev` will be selected if you do not run with the above flags
296299

297-
Note: if you do not have both `dev` and `prod` files in place, the regular `GoogleService-Info.plist` and `google-services.json` files will be used.
300+
Note: if you do not have both `dev` and `prod` files in place, the regular `GoogleService-Info.plist` and `google-services.json` files will be used.

0 commit comments

Comments
 (0)