Skip to content

Commit f943a95

Browse files
committed
Modify readme
1 parent b42a0ba commit f943a95

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,16 @@ This is an IDE-integrated Visual Studio Code extension for the UML modeling edit
44

55
## Installation
66

7-
First install dependencies in the root directory
7+
First install dependencies
88

99
```
10-
npm install
10+
npm run instal:all
1111
```
1212

13-
Then, both for the `editor` and `menu` react apps, move to their directories and install dependencies
13+
Then start webview apps
1414

1515
```
16-
cd {editor | menu}
17-
npm install
18-
```
19-
20-
Then run the script to start the app
21-
22-
```
23-
npm start
16+
npm start:webviews
2417
```
2518

2619
## Development

0 commit comments

Comments
 (0)