1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-13 07:26:15 +02:00

Update README for `b3sum`

This commit is contained in:
Shun Sakai 2024-04-24 17:43:36 +09:00
parent e9d45f1de8
commit f09de70807

View File

@ -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`.