Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
[skip_ci]
  • Loading branch information
klausbrunner authored May 1, 2024
1 parent aa7cee7 commit d232a25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Status: _beta_. Current functionality works, but needs more user testing and pol

## Requirements and installation

Solarpos is a Java application, requiring Java 21 or newer. See the [latest release](https://github.com/klausbrunner/solarpos/releases/latest) or build from source using `mvn package`.
Solarpos is a Java application, requiring a Java 21 or newer runtime. See the [latest release](https://github.com/klausbrunner/solarpos/releases/latest) or build from source using `mvn package`.

The release artifact is a single JAR file that requires no "installation". If you're unsure how to get a Java runtime for your system, [Adoptium](http://adoptium.net/) is recommended.

### Native builds

Native builds are available for some platforms. These do not require a Java runtime and can be used stand-alone, like any other native application.
Native builds are available for some major platforms. These do not require a Java runtime and consist of a single, stand-alone executable that can be used as is.

### macOS: Homebrew installation

Expand Down

0 comments on commit d232a25

Please sign in to comment.