Skip to content

Commit 2e3fd89

Browse files
Merge pull request #71 from HarshMishra2803/docs/readme-update
docs: improved Build Instructions section in README
2 parents 00e06aa + 2b63008 commit 2e3fd89

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,19 @@ To build MyCMD you need:
9797
---
9898

9999
## 🛠️ Build Instructions
100+
Building MyCMD is simple and automated for both Windows 🪟 and Linux 🐧 platforms
100101

101102
### 🔹 Windows
102103
```bash
103104
scripts\build-windows.bat
104105
```
105-
👆🏻 This will:
106+
📦 This script will automatically:
106107

107-
- Build the JAR with Maven
108+
1.🧩 Build the JAR using Apache Maven
108109

109-
- Wrap it into an .exe with Launch4j
110+
2.⚙️ Wrap it into an .exe using Launch4j
110111

111-
- Generate a setup.exe installer with Inno Setup
112+
3.🪄 Generate a setup.exe installer via Inno Setup
112113

113114
### Final Output
114115
```

0 commit comments

Comments
 (0)