From: G. Ann Campbell Date: Wed, 1 Aug 2018 19:12:47 +0000 (-0400) Subject: correct path in server build/run step X-Git-Tag: 7.5~697 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ed8c9f605284f20d1965c8d02f242ea58bb7b02;p=sonarqube.git correct path in server build/run step [skip ci] --- 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 ```