10000 chore: update development workflow info (#7750) · NativeScript/NativeScript@f3d8967 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3d8967

Browse files
tsonevnmanoldonev
authored andcommitted
chore: update development workflow info (#7750)
1 parent 03d1ff0 commit f3d8967

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

DevelopmentWorkflow.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ tns run android --path apps
9595

9696
## Running Another App
9797

98-
The [initial setup](#initial-setup) will `npm-link` the `tns-core-modules` globally. You can use it in any local project:
99-
98+
1. Open the app, where you will use the module from the repository in the console.
99+
2. Add the `tns-core-modules` in the application via:
100+
```bash
101+
npm install --save <path to tns-core-modules>
102+
# Example: npm install --save ../NativeScript/tns-core-modules
103+
```
104+
3. Run the app
100105
```bash
101-
# Run once: Link tns-core-modules in your project
102-
npm link tns-core-modules
103-
104-
# Run the app
105106
tns run ios
106107
tns run android
107108
```

0 commit comments

Comments
 (0)
0