This commit is contained in:
Xiao X
2026-07-04 00:46:25 -04:00
committed by GitHub
parent ed2e3cd233
commit c5a5325f19
+1 -1
View File
@@ -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