]> source.dussan.org Git - sonarqube.git/commitdiff
DOC Make non-`root` super-explicit in 2-min install
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Fri, 18 Oct 2019 17:44:12 +0000 (13:44 -0400)
committerSonarTech <sonartech@sonarsource.com>
Fri, 18 Oct 2019 18:21:07 +0000 (20:21 +0200)
server/sonar-docs/src/pages/setup/get-started-2-minutes.md

index b23ace4d164d7b747912f961ca8b04671ecb16a6..12820251b6367cc441f9bd750f04d8db3ad6e6a0 100644 (file)
@@ -10,9 +10,9 @@ url: /setup/get-started-2-minutes/
 
 1. [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition.
 
-2. Unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_.
+2. As a **non-`root` user**, unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_.
 
-3. Start the SonarQube Server:
+3. As a **non-`root` user**, start the SonarQube Server:
 
    ```
    # On Windows, execute:
@@ -30,4 +30,4 @@ url: /setup/get-started-2-minutes/
 
 ## Using Docker
 
-A Docker image of the Community Edition is available on [Docker Hub](https://hub.docker.com/_/sonarqube/). You can find usage and configuration examples there.
\ No newline at end of file
+A Docker image of the Community Edition is available on [Docker Hub](https://hub.docker.com/_/sonarqube/). You can find usage and configuration examples there.