Skip to content

Commit 0022c2a

Browse files
committed
Add Chocolatey as alternative
1 parent a0fc1b2 commit 0022c2a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

documentation/modules/ROOT/pages/setup.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ endif::workshop[]
2424

2525
[TIP]
2626
====
27-
Installing GraalVM is only required if you intend to build a https://quarkus.io/guides/building-native-image[native binary] for your local operating system and don't have a container runtime. Quarkus can also build the native binary inside a GraalVM-like container based on the Mandrel project which is easier and doesn't require you to install and configure GraalVM on your machine.
27+
Installing GraalVM is only required if you intend to build a https://quarkus.io/guides/building-native-image[native binary] for your local operating system and don't have a container runtime.
28+
Quarkus can simply build the native binary inside a container and this way you don't need to install and configure GraalVM on your machine.
2829
====
2930

3031
NOTE: * You can also use Docker instead of Podman. The advantage of Podman is that it is 100% Free Open Source and does not need to run with elevated privileges.
3132

3233

3334
[tabs]
3435
====
35-
Local Installation::
36+
Local Installation (read the tip below for an alternative way to install these tools)::
3637
+
3738
--
3839
Please have them installed and configured before you get started with any of the tutorial chapters.
@@ -63,13 +64,14 @@ Please have them installed and configured before you get started with any of the
6364
6465
[TIP]
6566
=====
66-
If you are using Linux, MacOS or WSL on Windows you can also install the required tools using https://sdkman.io[SDKMAN!]. This allows easy version/distribution switching (and you can install the Quarkus CLI with it as well)
67+
If you are using Linux, MacOS or WSL on Windows you can also install the required tools using https://sdkman.io[SDKMAN!]. This allows easy version/distribution switching (and you can install the Quarkus CLI with it as well).
68+
Alternatively on Windows you can also try https://chocolatey.org/[Chocolatey] which works similarly.
6769
[.console-input]
6870
[source,bash,subs="+macros,+attributes"]
6971
----
7072
curl -s "https://get.sdkman.io" | bash
7173
source "$HOME/.sdkman/bin/sdkman-init.sh"
72-
74+
.
7375
sdk install java
7476
sdk install maven
7577
sdk install quarkus

0 commit comments

Comments
 (0)