Skip to content

Commit 5570ca5

Browse files
committed
fixed README build instructions
1 parent 5db2ba2 commit 5570ca5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vscode/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ via a simple markup language
3939
## How to build
4040

4141
1. `git clone --recursive https://github.com/nopeslide/drawio_mermaid_plugin.git`
42-
2. `cd drawio_mermaid_plugin/vscode`
42+
2. `cd drawio_mermaid_plugin/drawio_desktop`
4343
3. `npm install`
44-
4. `npm run vscode:package`
44+
4. `npm run build`
45+
5. `cd ../vscode`
46+
6. `npm install`
47+
7. `npm run vscode:package`
4548

4649
## Draw.io desktop
4750
See

0 commit comments

Comments
 (0)