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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Create a desktop app with this friendly Svelte boilerplate for electron
21
21
## 📎 Menu
22
22
23
23
- 💡 [Features](#-features)
24
-
- 🚀 [How to use](#-usage)
24
+
- 🚀 [How to use](#-usage-deploy)
25
25
- 👔 [Screenshot](#-screenshot)
26
26
- 📚 [Documentation](#-documentation)
27
27
- 🔨 [Developer Mode](#-developer-mode)
@@ -58,7 +58,7 @@ Create a desktop app with this friendly Svelte boilerplate for electron
58
58
59
59
1. Clone this repository or download [nightly](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/archive/nightly.zip), [beta](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/archive/beta.zip) or [stable](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/archive/main.zip).
60
60
2. Run `npm install`
61
-
3. For create desktop application insaller (exe, dmg or appImage) run:
61
+
3. For create desktop application installer (exe, dmg or appImage) run:
62
62
63
63
- Windows: `npm run build-win` or `npm run build-win-32bit`
64
64
- Linux: `npm run build-lnx`
@@ -72,7 +72,6 @@ Create a desktop app with this friendly Svelte boilerplate for electron
0 commit comments