From 6fabe84e6984c3b0d79ca878f2ff183146e019e3 Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Tue, 26 May 2026 07:42:43 -0400 Subject: [PATCH] README.md aktualisieren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9ec1f..0026536 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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`