1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-19 04:56:08 +02:00

link to prebuilt binaries from the b3sum README

This commit is contained in:
Jack O'Connor 2020-05-26 00:25:39 -04:00
parent f287b56bc6
commit e63ad97e8b

View File

@ -65,7 +65,13 @@ time b3sum /tmp/bigfile
# Installation
The standard way to install `b3sum` is:
Prebuilt binaries are available for Linux, Windows, and macOS (requiring
the [unidentified developer
workaround](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac))
on the [releases page](https://github.com/BLAKE3-team/BLAKE3/releases).
If you've [installed Rust and
Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html),
you can also build `b3sum` yourself with:
```
cargo install b3sum