From 36709e25fff304a03ad1ff82bdfb64789db4e3e1 Mon Sep 17 00:00:00 2001 From: Till Wenke <38500891+tillwenke@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:09:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837d14ee..28891722 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,15 @@ To use the _latest version_ (which you should), clone the project and generate a `mvn clean compile package` generates the single JAR file for you (see your _target_ folder). Then, just run: + ``` -java -jar ck-x.x.x-SNAPSHOT-jar-with-dependencies.jar [ignored directories...] +java -jar ck-x.x.x-SNAPSHOT-jar-with-dependencies.jar \ + \ + \ + \ + \ + \ +[ignored directories...] ``` `Project dir` refers to the directory where CK can find all the source code to be parsed. From b57dde3ebcbc172dff821d2cd10872548755db35 Mon Sep 17 00:00:00 2001 From: Till Wenke <38500891+tillwenke@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:10:09 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28891722..903557c6 100644 --- a/README.md +++ b/README.md @@ -142,12 +142,12 @@ Then, just run: ``` java -jar ck-x.x.x-SNAPSHOT-jar-with-dependencies.jar \ - \ - \ - \ - \ - \ -[ignored directories...] + \ + \ + \ + \ + \ + [ignored directories...] ``` `Project dir` refers to the directory where CK can find all the source code to be parsed.