You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Option B (Download ZIP)**: Download from [dev.zip](https://github.com/jgraph/drawio-desktop/archive/refs/heads/dev.zip) and unzip
68
+
- ⚠️ **Note**: Don't download precompiled from Releases as you can't modify the plugins
69
+
70
+
2.**Install Dependencies**
71
+
- Open command line (PowerShell, Command Prompt, Bash, Terminal)
72
+
- Navigate to the drawio-desktop folder: `cd <path>/drawio-desktop`
73
+
- Run: `npm install`
74
+
75
+
3.**Update SQL Plugin**
76
+
- Update `drawio/src/main/webapp/plugins/sql.js` with changes from [this branch](https://raw.githubusercontent.com/funktechno/sqltooling-drawio/main/dist/sql.js)
77
+
78
+
4.**Run Application**
79
+
- Execute: `npm start`
80
+
81
+
5.**Add Plugin**
82
+
- In the running application, go to **Extras** → **Plugins** → **Add**
0 commit comments