aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-03-25 09:13:10 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-03-25 09:13:10 +0100
commitc22e425db38bcc6c02a3cb12015d2a52f7de6a84 (patch)
treec4f7d0bf1f39bca7c95d6f564e604c668280b2d1 /README.md
parente93b51a5ca7b451e55d56632b2a1b314cf83f491 (diff)
downloadsonarqube-c22e425db38bcc6c02a3cb12015d2a52f7de6a84.tar.gz
sonarqube-c22e425db38bcc6c02a3cb12015d2a52f7de6a84.zip
Fix URL of Git repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7b21f5ec599..321bafd87b9 100644
--- a/README.md
+++ b/README.md
@@ -29,18 +29,17 @@ Setup line endings preferences:
Get sources by executing:
- git clone https://github.com/SonarSource/sonar.git
+ git clone https://github.com/SonarSource/sonarqube.git
Committers must configure their SSH key (see GitHub documentation for Windows and Mac) and clone repository:
- git clone git@github.com:SonarSource/sonar.git
+ git clone git@github.com:SonarSource/sonarqube.git
### Build
* Install JDK 6 or greater
* Install Maven 3.0.5 or greater
* Execute `mvn clean install`. ZIP file of application is generated into sonar-application/target/
-* Optionally, to speed-up build, http://nodejs.org should be installed (simply execute `brew install nodejs` on MacOS). node executable node must be available in PATH.
### Edit Ruby Code