From c5a5325f19cb41a4f564ed7e33ce0b7d774e8c43 Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:46:25 -0400 Subject: [PATCH] whoop (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaffd5b..d0d5a6b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ To compile (these commands should work universally): 1. git clone https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git # download the git repository 2. cd XACrypto # enter the directory -3. mvn clean package # compile the package cleanly +3. mvn clean package # first clean the directory, then package it into a jar You should find the built jar at target/XACrypto-1.0-SNAPSHOT.jar