We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db2ba2 commit 5570ca5Copy full SHA for 5570ca5
vscode/README.md
@@ -39,9 +39,12 @@ via a simple markup language
39
## How to build
40
41
1. `git clone --recursive https://github.com/nopeslide/drawio_mermaid_plugin.git`
42
-2. `cd drawio_mermaid_plugin/vscode`
+2. `cd drawio_mermaid_plugin/drawio_desktop`
43
3. `npm install`
44
-4. `npm run vscode:package`
+4. `npm run build`
45
+5. `cd ../vscode`
46
+6. `npm install`
47
+7. `npm run vscode:package`
48
49
## Draw.io desktop
50
See
0 commit comments