From 5e606218aa51e9312e68f8a30ed53ea63fd5b597 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 24 Feb 2023 18:17:36 +0100 Subject: [PATCH] Release 1.1.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccce556..e430a98 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,16 @@ You can download binaries for the latest version of _Maven Check_ on the Execute following commands in the folder where the downloaded archive file is located: ```console -sudo tar -xvzf maven-check-1.1.0-bin.tar.gz --directory /opt -export PATH=$PATH:/opt/maven-check-1.1.0/bin +sudo tar -xvzf maven-check-1.1.1-bin.tar.gz --directory /opt +export PATH=$PATH:/opt/maven-check-1.1.1/bin ``` #### Windows -Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.1.0`, then: +Extract the content of the downloaded archive file and move the extracted folder to `C:\maven-check-1.1.1`, then: - Right-click on the _Windows_ icon and select "System" - On the right, click on "Advanced system settings" - In the new window, click on "Environment Variables..." -- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.1.0\bin` at the end +- Find the "Path" variable, choose "Edit", and add `;C:\maven-check-1.1.1\bin` at the end ### Verify If _Maven Check_ is correctly installed, this command should work as expected: