diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2020-03-06 09:27:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-03-06 20:04:31 +0000 |
commit | f8ede57ae352e0f253a2ef5bc3f908cff4b89728 (patch) | |
tree | dd17746fd03fc13c4d3f5d74e2dc859ca454ee2d /server/sonar-docs/src/pages | |
parent | 7f3dddb989f52fccb691220de39a690b0a68ed72 (diff) | |
download | sonarqube-f8ede57ae352e0f253a2ef5bc3f908cff4b89728.tar.gz sonarqube-f8ede57ae352e0f253a2ef5bc3f908cff4b89728.zip |
DOCS Remove reference to extra Windows arch
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/setup/install-server.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md index d8d5c8aae55..7bdf13871dd 100644 --- a/server/sonar-docs/src/pages/setup/install-server.md +++ b/server/sonar-docs/src/pages/setup/install-server.md @@ -123,7 +123,7 @@ sonar.web.context=/sonarqube Execute the following script to start the server: - On Linux/Mac OS: bin/<YOUR OS>/sonar.sh start -- On Windows: bin/windows-x86-XX/StartSonar.bat +- On Windows: bin/windows-x86-64/StartSonar.bat You can now browse SonarQube at _http://localhost:9000_ (the default System administrator credentials are `admin`/`admin`). |