Skip to content

Commit 346be11

Browse files
authored
Update README.md
1 parent 04b394b commit 346be11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ npm run dev
1313
### Mobile Development
1414
Chisel Editor uses Capacitor.js to create mobile apps on Android and iOS. To develop mobile app locally, run the following:
1515
```bash
16-
# Development with Live Reload
17-
npx cap run android -l --host [your_LAN_host_that_your_phone_can_access]
16+
# Development with Live Reload. You need to first run a local development server as specified above.
17+
npx cap run android -l --host [your_LAN_server_that_your_phone_can_access]
1818
# Production
1919
npm run android
2020
```
@@ -29,9 +29,9 @@ npm run desktop-dev
2929
npm run desktop-build
3030
```
3131

32-
If you run `npm run desktop-build` for a production build, you can file an executable file inside `out-desktop`.
32+
If you run `npm run desktop-build` for a production build, you can find an executable file inside `out-desktop`.
3333

3434
### VSCode Extension Development
3535
Chisel Editor uses VSCode Webview API to create a VSCode Extension. To develop VScode Extension locally, open the `vscode-extension` in a separate VSCode window. Then press F5 to launch debug task.
3636

37-
Note that you will also need to run the Nextjs server locally during development.
37+
Note that you will also need to run the Nextjs server locally during development.

0 commit comments

Comments
 (0)