From 4e609ba06b232abd3342b09ea6a9e47684aad3e1 Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Fri, 18 Oct 2019 13:44:12 -0400 Subject: [PATCH] DOC Make non-`root` super-explicit in 2-min install --- server/sonar-docs/src/pages/setup/get-started-2-minutes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-docs/src/pages/setup/get-started-2-minutes.md b/server/sonar-docs/src/pages/setup/get-started-2-minutes.md index b23ace4d164..12820251b63 100644 --- a/server/sonar-docs/src/pages/setup/get-started-2-minutes.md +++ b/server/sonar-docs/src/pages/setup/get-started-2-minutes.md @@ -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. -- 2.39.5