From da600430cba90af393f4ba8ed731362b8fff32ff Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Tue, 22 Aug 2023 15:26:01 +0200 Subject: [PATCH] docs: add word of warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db8b3ab7..c5e81c26 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ The project is structured as follows: ### CLI +> This component is not tested because it runs only jars that are executable +> and published on maven central. +> Maybe, in the future, we will add one jar as a resource so that it can be tested. + ```shell java -jar classfile-fingerprint-0.8.1-SNAPSHOT.jar ```