diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-02-27 17:58:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-02-27 17:58:16 +0100 |
commit | 077b9c72abb69a04fa32edc91b7c6891b78012b8 (patch) | |
tree | 8c299a053a8aaf0c78acc3ff2df69df7b569f6e6 /README.md | |
parent | d960c8344d3eee26ba435709fc048a57cb2fc204 (diff) | |
download | sonarqube-077b9c72abb69a04fa32edc91b7c6891b78012b8.tar.gz sonarqube-077b9c72abb69a04fa32edc91b7c6891b78012b8.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2f4bd1fbdd7..7b21f5ec599 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Committers must configure their SSH key (see GitHub documentation for Windows an * 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/ -* To speed-up the build, http://nodejs.org must be installed (simply execute `brew install nodejs` on MacOS). node executable node must be available in PATH. +* 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 |