mirror of
https://github.com/angt/secret
synced 2025-02-12 08:48:09 +01:00
Update README.md
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
parent
108547a54b
commit
ce766b2cce
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -30,11 +30,16 @@ All cryptographic operations are derived from this permutation and implemented i
|
|||
|
||||
## Install
|
||||
|
||||
### Homebrew
|
||||
### Download precompiled binaries
|
||||
|
||||
You can simply install `secret` from my [Homebrew Tap](https://github.com/angt/homebrew-tap):
|
||||
You can find the latest gzipped binaries for Linux and macOS [here](https://github.com/angt/secret/releases/latest).
|
||||
|
||||
$ brew install angt/tap/secret
|
||||
For example, on macos with an intel cpu, do the following:
|
||||
|
||||
$ curl -sSOf https://github.com/angt/secret/releases/latest/download/secret-x86_64-macos.gz
|
||||
$ gunzip secret-x86_64-macos.gz
|
||||
$ chmod +x secret-x86_64-macos
|
||||
$ ./secret-x86_64-macos
|
||||
|
||||
### Build from source
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue