Skip to content

Commit a0fc1b2

Browse files
committed
remove WSL recommendation to simplify setup instructions
1 parent 35b4bba commit a0fc1b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

documentation/modules/ROOT/pages/setup.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ 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. Otherwise Quarkus can 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. Note that for Windows users this feature might only work in WSL with Podman/Docker installed.
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.
2828
====
2929

3030
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.
3131

32-
IMPORTANT: We highly recommend Windows users to use https://learn.microsoft.com/en-us/windows/wsl/install[WSL2]
3332

3433
[tabs]
3534
====
@@ -64,15 +63,17 @@ Please have them installed and configured before you get started with any of the
6463
6564
[TIP]
6665
=====
67-
You can also install Java using https://sdkman.io[SDKMAN!]. This allows easy version/distribution switching (and you can install the Quarkus CLI with it as well)
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)
6867
[.console-input]
6968
[source,bash,subs="+macros,+attributes"]
7069
----
7170
curl -s "https://get.sdkman.io" | bash
7271
source "$HOME/.sdkman/bin/sdkman-init.sh"
7372
7473
sdk install java
74+
sdk install maven
7575
sdk install quarkus
76+
sdk install java 17.0.8-graalce
7677
----
7778
=====
7879
--

0 commit comments

Comments
 (0)