Update README.md: add --no-quarantine to homebrew command

This commit is contained in:
Evan Su 2025-06-03 16:05:54 -04:00 committed by GitHub
parent 4f83e43575
commit f3bba8d606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,17 +19,15 @@ Picocrypt is a very small (hence <i>Pico</i>), 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 <a href="https://github.com/Picocrypt/Picocrypt/releases/latest/download/Picocrypt.exe">here</a>. 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 <a href="https://github.com/Picocrypt/Picocrypt/releases/latest/download/Picocrypt.dmg">here</a>, open the container, and drag Picocrypt to your Applications.
Picocrypt for macOS is very simple as well. Download Picocrypt <a href="https://github.com/Picocrypt/Picocrypt/releases/latest/download/Picocrypt.dmg">here</a>, 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