mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-27 21:56:14 +02:00
Update README.md: add --no-quarantine to homebrew command
This commit is contained in:
parent
4f83e43575
commit
f3bba8d606
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -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.
|
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
|
## 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:
|
Or, if you use Homebrew, you can add a tap and install Picocrypt:
|
||||||
```
|
```
|
||||||
brew tap Picocrypt/picocrypt
|
brew tap Picocrypt/picocrypt
|
||||||
brew install picocrypt
|
brew install picocrypt --no-quarantine
|
||||||
```
|
|
||||||
|
|
||||||
**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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue