]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13574 mention java dependency in getting started in 2 minutes guide
authorTrabelsi Tobias <tobias.trabelsi@sonarsource.com>
Wed, 16 Feb 2022 13:50:14 +0000 (14:50 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 17 Feb 2022 20:03:22 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/get-started-2-minutes.md

index d86551d0556b3ed54e44ebb933b8141450977d16..bcbfb213f95f2a1c221a1761c000700a28eb8cfe 100644 (file)
@@ -12,11 +12,13 @@ You can evaluate SonarQube using a traditional installation with the [zip file](
 [[collapse]]
 | ## From the zip file
 |
-| 1. [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition zip file.
+| 1. [Download](https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot) and install Java 11 on your system.
 |
-| 2. As a **non-`root` user**, unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_.
+| 2. [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition zip file.
 |
-| 3. As a **non-`root` user**, start the SonarQube Server:
+| 3. As a **non-`root` user**, unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_.
+|
+| 4. As a **non-`root` user**, start the SonarQube Server:
 |
 |    ```
 |    # On Windows, execute: