Skip to content

Commit

Permalink
update Java download links
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Jan 26, 2025
1 parent 9d108c7 commit dbc5406
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ A GUI application ([sc4pac GUI](https://github.com/memo33/sc4pac-gui/releases))
## Usage

- Prerequisites:
- Java 11+ (https://adoptium.net/installation/)
- Java 11+ ([Windows]/[macOS]/[Linux], see [Adoptium] for details)
- Mono ([macOS](https://www.mono-project.com/docs/getting-started/install/)/[Linux](https://repology.org/project/mono/versions), not needed on Windows)
- Enough disk space
- On macOS and Linux (not needed on Windows):
- Mono ([macOS](https://www.mono-project.com/docs/getting-started/install/)/[Linux](https://repology.org/project/mono/versions)):
This is optional and only needed for a few packages that originally use an installer.

[Adoptium]: https://adoptium.net/installation/
[Windows]: https://adoptium.net/temurin/releases/?os=windows&package=jre
[macOS]: https://adoptium.net/temurin/releases/?os=mac&package=jre
[Linux]: https://repology.org/project/openjdk/versions

- [Download the latest release](https://github.com/memo33/sc4pac-tools/releases/latest)
and extract the contents to any location in your user directory (for example, your Desktop).
- Open a shell in the new directory (e.g. on Windows, open the folder and type `cmd` in the address bar of the explorer window)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sc4pac"

ThisBuild / organization := "io.github.memo33"

ThisBuild / version := "0.5.3"
ThisBuild / version := "0.5.4-SNAPSHOT"

// ThisBuild / versionScheme := Some("early-semver")

Expand Down

0 comments on commit dbc5406

Please sign in to comment.