mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-06-27 13:46:13 +02:00
Merge pull request #120 from Picocrypt/add-homebrew
Update README.md: add homebrew option
This commit is contained in:
commit
d8e893e325
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue