From eba17f0a7eda17c4d8e7a2c430927e1a1c803aae Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Mon, 25 May 2026 22:36:14 -0400 Subject: [PATCH] README.md aktualisieren --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bac2eb3..860624b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by To compile on MacOS 26 (may work on other OS, idk): -1- mkdir -p out # create output directory -2- javac -d out $(find src -name "*.java") # converts .java into .class bytecode -3- jar cfe XACrypto.jar de.caydenno1.xacrypto.XACrypto -C out . # package the .class files into a .jar -4(optional)- jar tf XACrypto.jar # view the contents of the jarfile +1- git clone https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git # download the git repositori +2- mkdir -p out # create output directory +3- javac -d out $(find src -name "*.java") # converts .java into .class bytecode +5- 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 +XACrypto.jar is now in the project root (if u did everything correctly). \ No newline at end of file