diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-08-01 15:14:57 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-02 20:21:32 +0200 |
commit | bbcdd3c4a98d4073393547a1eda17fd2380ce96f (patch) | |
tree | 3eda38ba74634ffe7f384f3a873398e93777915f /server/sonar-docs | |
parent | 7ed8c9f605284f20d1965c8d02f242ea58bb7b02 (diff) | |
download | sonarqube-bbcdd3c4a98d4073393547a1eda17fd2380ce96f.tar.gz sonarqube-bbcdd3c4a98d4073393547a1eda17fd2380ce96f.zip |
correct instructions for static site dev server
[skip ci]
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-docs/README.md b/server/sonar-docs/README.md index 0309fa908d1..5be785224a9 100644 --- a/server/sonar-docs/README.md +++ b/server/sonar-docs/README.md @@ -48,7 +48,6 @@ INSTANCE=SonarCloud yarn start To start the Static docs dev server on port 8000: ``` cd sonar-enterprise/server/sonar-docs -yarn yarn develop ``` |