From 83885c5766977ab37070cf3131a65cf4388c006f Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 5 Jan 2024 10:52:45 +0100 Subject: [PATCH] README.md update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd4db74..6483f2d 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ docker run -ti --rm \ ... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/INSTALL.md#configuration-sonarqube) for more details). To install other `ecocode` plugins, you can also : + - download each plugin separatly and copy the plugin (jar file) to `$SONAR_INSTALL_DIR/extensions/plugins` and restart SonarQube. - install different ecocode plugins with Marketplace (inside admin panel of SonarQube) -Then you can use Python test project repository to test the environment : see README.md of [PHP test project](https://github.com/green-code-initiative/ecoCode-php-test-project) +Then you can use PHP test project repository to test the environment : see README.md of [PHP test project](https://github.com/green-code-initiative/ecoCode-php-test-project) Finally, you can directly use a [all-in-one docker-compose](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/INSTALL.md#start-sonarqube-if-first-time) - 🛒 Distribution ------------------