Skip to content

Commit 04b6844

Browse files
authored
docs(contributing.md): update ignite step
1 parent 9e99562 commit 04b6844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You should see the reactotron electron app open on your machine with the develop
1414

1515
### Step 2: Create an Ignite react-native app to test your changes
1616

17-
1. Initialize a new [ignite app](https://github.com/infinitered/ignite) in the same folder where you cloned the reactotron repo (the two projects should live side-by-side): `npx ignite-cli new PizzaApp --yes`. This new app will already be set up to use reactotron.
17+
1. Initialize a new [ignite app](https://github.com/infinitered/ignite) onto your machine. `npx ignite-cli new PizzaApp --yes`. This new app will already be set up to use reactotron.
1818
2. Once this app is done initializing, start it: `cd PizzaApp && yarn start`.
1919
3. Launch the app in the simulator of your choice.
2020
4. You should see output in the reactotron app.
@@ -31,7 +31,7 @@ If you make changes to the non-electron app packages in this monorepo like `reac
3131

3232
You can run `yarn build` to build all reactotron packages, or `yarn build:watch` to watch and rebuild changes automatically.
3333

34-
Then, to link the packages to your react-native PizzaApp, run:
34+
Then, to link the packages to your react-native `PizzaApp`, run:
3535

3636
```sh
3737
npx zx scripts/install-workspace-packages-in-target.mjs ~/Code/PizzaApp
@@ -40,7 +40,7 @@ npx zx scripts/install-workspace-packages-in-target.mjs ~/Code/PizzaApp
4040
or if you want to watch for rebuilds and automatically link them:
4141

4242
```sh
43-
npx nx watch --all -- "npx zx scripts/install-workspace-packages-in-target.mjs ~/Code/PizzaApp"
43+
npx nx watch --all -- "npx zx scripts/install-workspace-packages-in-target.mjs ~/Code/PizzaApp
4444
```
4545
4646
Make sure that the path to your `PizzaApp` is an absolute path and not a relative one (i.e. `~/Code/PizzaApp` instead of `../PizzaApp`)

0 commit comments

Comments
 (0)