Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gallouët <[email protected]>
  • Loading branch information
angt committed Jan 20, 2025
1 parent 108547a commit ce766b2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce766b2

Please sign in to comment.