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.
2 parents 00e06aa + 2b63008 commit 2e3fd89Copy full SHA for 2e3fd89
README.md
@@ -97,18 +97,19 @@ To build MyCMD you need:
97
---
98
99
## 🛠️ Build Instructions
100
+Building MyCMD is simple and automated for both Windows 🪟 and Linux 🐧 platforms
101
102
### 🔹 Windows
103
```bash
104
scripts\build-windows.bat
105
```
-👆🏻 This will:
106
+📦 This script will automatically:
107
-- Build the JAR with Maven
108
+1.🧩 Build the JAR using Apache Maven
109
-- Wrap it into an .exe with Launch4j
110
+2.⚙️ Wrap it into an .exe using Launch4j
111
-- Generate a setup.exe installer with Inno Setup
112
+3.🪄 Generate a setup.exe installer via Inno Setup
113
114
### Final Output
115
0 commit comments