From e63ad97e8bafeee13d6f340fd16e2eb3592d8e0c Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Tue, 26 May 2020 00:25:39 -0400 Subject: [PATCH] link to prebuilt binaries from the b3sum README --- b3sum/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/b3sum/README.md b/b3sum/README.md index 5e64650..7bf8f90 100644 --- a/b3sum/README.md +++ b/b3sum/README.md @@ -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