From 6e1424b6c4d2516e3f798194a66f2a9cbd595fb9 Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Tue, 26 May 2026 07:31:48 -0400 Subject: [PATCH] README.md aktualisieren README.md aktualisieren fix linebreak README.md aktualisieren README modifications --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86465c8..0026536 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ A multi-purpose Cryptography library in Java. Working on it day by day, slowly. Someday this will become used, today is not that day. -Use `setopt interactivecomments` (zsh only) to disable errors like `zsh: command not found: #` +Use `setopt interactivecomments` (zsh only) to allow using `#` for comments if you see errors like `zsh: command not found: #` + Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by running `brew install openjdk` To compile on MacOS 26 (may work on other OS, idk): @@ -12,4 +13,6 @@ 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 -XACrypto.jar is now in the project root (if u did everything correctly). \ No newline at end of file +XACrypto.jar is now in the project root (if u did everything correctly). + +-- A new release will **NOT** be published until SHA256Advanced is complete. -- \ No newline at end of file