From f54b14cc9ce145b31a2faf3438826f9902f97875 Mon Sep 17 00:00:00 2001 From: Xiao <103391432+QXIoa@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:32:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a84fa98..2de803c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ A multi-purpose Cryptography library in Java. Working on it day by day, slowly. Someday this will be complete, today is not that day. To be clear, this is **NOT** mean't to be a replacement/alternative to BouncyCastle. Instead, it is meant to include what BouncyCastle does not have. No code was taken from OpenSSL or BouncyCastle for that reason. +Yes. We will advertise Microsoft products for free via variable names. + 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`