From 8f12f00b9827b79901368daffa77205ce6ff828d Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe <6225039+badetitou@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:07:34 +0100 Subject: [PATCH] add missing s to test --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50ee6d51f..c85236323 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Then, you can install `diff-jjoules`: ```sh git clone https://github.com/davidson-consulting/diff-jjoules.git cd diff-jjoules -mvn clean install -DskipTest +mvn clean install -DskipTests ``` You should also install the maven plugin, from `diff-jjoules` folder: ```sh cd diff-jjoules-maven -mvn clean install -DskipTest +mvn clean install -DskipTests ``` ## Usage @@ -54,4 +54,4 @@ We provide a detailed documentation [here](./doc/documentation.md). If you have any questions, remarks, suggestions or bug reports, please do not hesitate to open an issue. Diff-JJoules is licensed under GNU GPL. Contributions and pull requests are very welcome :smiley:. -For more information on contributing, see the dedicated [CONTRIBUTING.md](./CONTRIBUTING.md). \ No newline at end of file +For more information on contributing, see the dedicated [CONTRIBUTING.md](./CONTRIBUTING.md).