]> source.dussan.org Git - sonarqube.git/commitdiff
correct path in server build/run step
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Wed, 1 Aug 2018 19:12:47 +0000 (15:12 -0400)
committerSonarTech <sonartech@sonarsource.com>
Thu, 2 Aug 2018 18:21:31 +0000 (20:21 +0200)
[skip ci]

server/sonar-docs/README.md

index d4c125026d3a628be2a4ac3ed122ab188551e878..0309fa908d1a47ec3ff5c79871e941362cc2d66e 100644 (file)
@@ -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
 ```