From 6eb680463789a4d35ed1dcc14d31772d6c4f016b Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Sat, 23 Nov 2024 11:42:55 +0100 Subject: [PATCH] Update install instructions --- docs/modules/ROOT/pages/install.adoc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 597b84a0d..70e55f9a3 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -26,8 +26,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-early-access.zip` requires Java 8 to be installed while -`jreleaser-standalone-early-access-windows-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-early-access-windows-\*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-*-windows-x86_64.zip` does not require Java. -- Linux:: + @@ -61,8 +61,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-early-access.zip` requires Java 8 to be installed while -`jreleaser-standalone-early-access-linux-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-early-access-windows-*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-early-access-windows-x86_64.zip` does not require Java. -- Mac:: + @@ -102,8 +102,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-early-access.zip` requires Java 8 to be installed while -`jreleaser-standalone-early-access-osx-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-early-access-osx-\*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-early-access-osx-*.zip` does not require Java. -- ==== @@ -153,8 +153,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-{jreleaser-version}.zip` requires Java 8 to be installed while -`jreleaser-standalone-{jreleaser-version}-windows-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-{jreleaser-version}-windows-\*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-{jreleaser-version}-windows-*.zip` does not require Java. -- Linux:: + @@ -259,8 +259,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-{jreleaser-version}.zip` requires Java 8 to be installed while -`jreleaser-standalone-{jreleaser-version}-linux-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-{jreleaser-version}-linux-\*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-{jreleaser-version}-linux-*.zip` does not require Java. -- Mac:: + @@ -330,8 +330,8 @@ Download the pre-compiled binary from the link:https://github.com/jreleaser/jrel uncompress and copy to the desired location. NOTE: Be mindful that `jreleaser-{jreleaser-version}.zip` requires Java 8 to be installed while -`jreleaser-standalone-{jreleaser-version}-osx-*.zip` can be used without a previous installation of Java as -it includes its own Java Runtime. +`jreleaser-standalone-{jreleaser-version}-osx-\*.zip` can be used without a previous installation of Java as +it includes its own Java Runtime. `jreleaser-native-{jreleaser-version}-osx-*.zip` does not require Java. -- ====