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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For Debian/Ubuntu and derivatives:
37
37
```
38
38
3. Run from anywhere in your terminal (launches GUI by default):
39
39
```bash
40
-
numberguessinggame
40
+
NumberGuessingGame
41
41
```
42
42
43
43
To run in console mode, use the `-c` flag:
@@ -47,7 +47,7 @@ For Debian/Ubuntu and derivatives:
47
47
48
48
To uninstall:
49
49
```bash
50
-
sudo apt remove numberguessinggame
50
+
sudo apt remove NumberGuessingGame
51
51
sudo apt autoremove -y # Remove dependencies
52
52
```
53
53
@@ -71,7 +71,7 @@ For Fedora, RHEL, CentOS, and other RPM-based distributions:
71
71
```
72
72
3. Run from anywhere in your terminal (launches GUI by default):
73
73
```bash
74
-
numberguessinggame
74
+
NumberGuessingGame
75
75
```
76
76
77
77
To run in console mode, use the `-c` flag:
@@ -81,16 +81,16 @@ For Fedora, RHEL, CentOS, and other RPM-based distributions:
81
81
82
82
To uninstall:
83
83
```bash
84
-
sudo dnf remove numberguessinggame
84
+
sudo dnf remove NumberGuessingGame
85
85
```
86
86
Or on older systems:
87
87
```bash
88
-
sudo yum remove numberguessinggame
88
+
sudo yum remove NumberGuessingGame
89
89
```
90
90
91
91
### Standalone Packages with Bundled JRE (Recommended)
92
92
93
-
Download the platform-specific package with bundled JRE from the [latest release](https://github.com/Project516/NumberGuessingGame/releases):
93
+
Download the platform-specific package with bundled JRE from the [latest release](https://github.com/project516/NumberGuessingGame/releases):
94
94
95
95
-**Windows**: `NumberGuessingGame-windows.zip`
96
96
-**macOS**: `NumberGuessingGame-macos.zip`
@@ -106,7 +106,7 @@ Run `run.sh`
106
106
107
107
### Manual Installation (Requires Java)
108
108
109
-
Download the `archive.zip` from the [latest release](https://github.com/Project516/NumberGuessingGame/releases)
109
+
Download the `archive.zip` from the [latest release](https://github.com/project516/NumberGuessingGame/releases)
110
110
111
111
#### Requirements
112
112
@@ -204,21 +204,21 @@ Run `.\gradlew build` and `.\package.bat` from the project root.
204
204
**On Linux/Mac:**
205
205
Run `./package.sh` from the project root.
206
206
207
-
This will create `archive.zip` containing the application, run scripts, README, and LICENSE. The archive can be released to GitHub Releases.
207
+
This will create `archive.zip` containing the application, run scripts, README, and LICENSE.
208
208
209
209
#### Debian Package
210
210
211
211
**On Linux:**
212
212
Run `./package-deb.sh` from the project root.
213
213
214
-
This will create `NumberGuessingGame.deb` which can be installed via `apt`/`dpkg` on Debian-based systems. The package can be released to GitHub Releases for easy distribution.
214
+
This will create `NumberGuessingGame.deb` which can be installed via `apt`/`dpkg` on Debian-based systems.
215
215
216
216
#### Fedora/RPM Package
217
217
218
218
**On Linux (requires rpm-build):**
219
219
Run `./package-rpm.sh` from the project root.
220
220
221
-
This will create `NumberGuessingGame.rpm` which can be installed via `dnf`/`yum`/`rpm` on Fedora, RHEL, CentOS, and other RPM-based systems. The package can be released to GitHub Releases for easy distribution.
221
+
This will create `NumberGuessingGame.rpm` which can be installed via `dnf`/`yum`/`rpm` on Fedora, RHEL, CentOS, and other RPM-based systems.
222
222
223
223
#### Platform-Specific Packages with Bundled JRE
224
224
@@ -231,4 +231,4 @@ Run the following scripts to create platform-specific packages with bundled JRE:
These packages include a bundled JRE and do not require Java to be installed on the target system. They are automatically built and uploaded to GitHub Releases via GitHub Actions.
234
+
These packages include a bundled JRE and do not require Java to be installed on the target system.
0 commit comments