diff --git a/README.md b/README.md
index d31d6e5..74292ab 100644
--- a/README.md
+++ b/README.md
@@ -19,17 +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.
+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:
+```
+xattr -d com.apple.quarantine /Applications/Picocrypt.app
+```
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
+brew install picocrypt --no-quarantine
```
## Linux