diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-08-01 15:12:47 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-02 20:21:31 +0200 |
commit | 7ed8c9f605284f20d1965c8d02f242ea58bb7b02 (patch) | |
tree | 0e60d245fbc0a75e7bdb038230bf27a9cf966865 /server/sonar-docs/README.md | |
parent | af30a541f3f49c3111eb5f8b8d931ed3cced08d7 (diff) | |
download | sonarqube-7ed8c9f605284f20d1965c8d02f242ea58bb7b02.tar.gz sonarqube-7ed8c9f605284f20d1965c8d02f242ea58bb7b02.zip |
correct path in server build/run step
[skip ci]
Diffstat (limited to 'server/sonar-docs/README.md')
-rw-r--r-- | server/sonar-docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/README.md b/server/sonar-docs/README.md index d4c125026d3..0309fa908d1 100644 --- a/server/sonar-docs/README.md +++ b/server/sonar-docs/README.md @@ -28,7 +28,7 @@ yarn ## Each time Rebuild and start your SonarQube server (yarn needs this running) ``` -cd sonar-enterprise/server/sonar-web +cd sonar-enterprise/ ./build.sh -x test -x obfuscate ./start.sh ``` |