From 4f83e4357599bdb01d2b02e765cba11e795796ee Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Tue, 3 Jun 2025 16:04:09 -0400
Subject: [PATCH] Update README.md: add homebrew option
---
README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b5491e9..d31d6e5 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,15 @@ Picocrypt is a very small (hence Pico), very simple, yet very secure encr
Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click here. If Microsoft Defender or your antivirus flags Picocrypt as a virus, please do your part and submit it as a false positive for the betterment of everyone.
## macOS
-Picocrypt for macOS is very simple as well. Download Picocrypt here, open the container, and drag Picocrypt to your Applications. You may need to manually trust the app from a terminal and control-click on the app if macOS prevents you from opening it:
+Picocrypt for macOS is very simple as well. Download Picocrypt here, open the container, and drag Picocrypt to your Applications.
+
+Or, if you use Homebrew, you can add a tap and install Picocrypt:
+```
+brew tap Picocrypt/picocrypt
+brew install picocrypt
+```
+
+**Note:** You may need to manually trust the app from a terminal and control-click on the app if macOS prevents you from opening it:
```
xattr -d com.apple.quarantine /Applications/Picocrypt.app
```