Compare commits

...

3 commits

Author SHA1 Message Date
Evan Su
d8e893e325
Merge pull request #120 from Picocrypt/add-homebrew
Update README.md: add homebrew option
2025-06-03 21:45:35 -04:00
Evan Su
f3bba8d606
Update README.md: add --no-quarantine to homebrew command 2025-06-03 16:05:54 -04:00
Evan Su
4f83e43575
Update README.md: add homebrew option 2025-06-03 16:04:09 -04:00

View file

@ -24,6 +24,12 @@ Picocrypt for macOS is very simple as well. Download Picocrypt <a href="https://
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 --no-quarantine
```
## Linux
To use Picocrypt on Linux, you can download the raw binary <a href="https://github.com/Picocrypt/Picocrypt/releases/latest/download/Picocrypt">here</a> (you may need to install the packages below). Alternatively, you can try the <a href="https://github.com/Picocrypt/Picocrypt/releases/latest/download/Picocrypt.deb">.deb</a>, <a href="https://flathub.org/apps/io.github.picocrypt.Picocrypt">Flatpak</a>, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory.
```