From 698ee2901a05be684010493da6d70e3bdd94d30e Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Thu, 27 Feb 2025 13:44:58 +0300 Subject: [PATCH] feat(#3957): fix the description of xcop a bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163ce7f6ca..e6bd23952b 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,9 @@ before sending us your pull request please run full Maven build: mvn clean install -Pqulice ``` -You will need [Maven 3.3+](https://maven.apache.org), Java 11+ and -[xcop](https://github.com/yegor256/xcop) 0.8.0+ installed. +You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed. +Also, if you have [xcop](https://github.com/yegor256/xcop) installed, make sure +it is version `0.8.0`+. ## Special thanks