aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-10 14:56:46 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-12 09:24:24 +0100
commitb8634fb7e4ec5925713db6e183a62aedc3a7aac1 (patch)
tree265d5a4a5624d89328420a57777a98cd5b137e71 /README.md
parente0aed6593d678f5435ca67c52ebc0ef08d4697bf (diff)
downloadsonarqube-b8634fb7e4ec5925713db6e183a62aedc3a7aac1.tar.gz
sonarqube-b8634fb7e4ec5925713db6e183a62aedc3a7aac1.zip
Document how to open project in IDE
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 80da0ae7b92..06ea0ce39ac 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,14 @@ The zip distribution file is generated in `sonar-application/build/distributions
# or on Windows
bin\windows-x86-64\StartSonar.bat
+### Open in IDE
+
+If the project has never been built, then build it as usual (see previous section) or use the quicker command:
+
+ ./gradlew ide
+
+Then simply open the root file `build.gradle` as a project in Intellij or Eclipse.
+
### Run Integration Tests
Integration tests are grouped into categories, listed in [tests/build.gradle]().