Skip to content

Commit 3571d6a

Browse files
authored
Update SDKMAN installation instructions and scripts
1 parent ada9148 commit 3571d6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Run `run.sh`
8181

8282
### Development Setup
8383

84-
SDKMAN is the recommended way to install Java and Gradle (pre-installed in GitHub Codespaces):
84+
[SDKMAN!](https://sdkman.io) is the recommended way to install Java and Gradle:
8585

8686
```
8787
sdk install java 25-tem
@@ -128,9 +128,9 @@ This will create `numberguessinggame.deb` which can be installed via `apt`/`dpkg
128128
Run the following scripts to create platform-specific packages with bundled JRE:
129129

130130
```bash
131-
./package-jre-windows.sh # Creates NumberGuessingGame-windows.zip
132-
./package-jre-macos.sh # Creates NumberGuessingGame-macos.zip
133-
./package-jre-linux.sh # Creates NumberGuessingGame-linux.tar.gz
131+
./package-win.sh # Creates NumberGuessingGame-windows.zip
132+
./package-macos.sh # Creates NumberGuessingGame-macos.zip
133+
./package-linux.sh # Creates NumberGuessingGame-linux.tar.gz
134134
```
135135

136136
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.

0 commit comments

Comments
 (0)