aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/README.md
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2018-08-01 15:12:47 -0400
committerSonarTech <sonartech@sonarsource.com>2018-08-02 20:21:31 +0200
commit7ed8c9f605284f20d1965c8d02f242ea58bb7b02 (patch)
tree0e60d245fbc0a75e7bdb038230bf27a9cf966865 /server/sonar-docs/README.md
parentaf30a541f3f49c3111eb5f8b8d931ed3cced08d7 (diff)
downloadsonarqube-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.md2
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
```