aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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]().