Skip to content

Commit

Permalink
Update README for b3sum
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 24, 2024
1 parent 4a0b945 commit addd6b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions b3sum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit addd6b2

Please sign in to comment.