Skip to content

Commit

Permalink
Fix URL of Git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Mar 25, 2014
1 parent e93b51a commit c22e425
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit c22e425

Please sign in to comment.