From 58d5a74c89492b02a8b1645f1c432e4b071e46fb Mon Sep 17 00:00:00 2001 From: Xiao X Date: Wed, 27 May 2026 19:03:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d37675..35cf20a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To compile on MacOS 26 (may work on other OS, idk): 4. jar cfe XACrypto.jar de.caydenno1.xacrypto.XACrypto -C out . # package the .class files into a .jar 5. (optional)- jar tf XACrypto.jar # view the contents of the jarfile -To compile on Windows 10: +To compile on Windows 10 (requires java+javac to already be installed): 1. git clone https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git && REM download the git repository 2. mkdir out && REM create output directory