From f09de708075292bd5e114d54ab87ea3a62c5ce19 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 24 Apr 2024 17:43:36 +0900 Subject: [PATCH] Update README for `b3sum` --- b3sum/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/b3sum/README.md b/b3sum/README.md index d1fbc21..fb867a6 100644 --- a/b3sum/README.md +++ b/b3sum/README.md @@ -69,3 +69,7 @@ On Linux for example, Cargo will put the compiled binary in If you want to install directly from this directory, you can run `cargo install --path .`. Or you can just build with `cargo build --release`, which puts the binary at `./target/release/b3sum`. + +Also, shell completions and a man page are generated at build time. The +output directory can be found by running `find ./target -path +'*/b3sum-*/out' -type d`.