Skip to content

Commit

Permalink
Merge pull request #98 from jfrimmel/more-specific-install-instruction
Browse files Browse the repository at this point in the history
Add docu on how to use the downloaded binary
  • Loading branch information
jfrimmel committed Sep 19, 2024
2 parents c91bcf7 + 5fb6737 commit c1788a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ You'll also need to have `cargo` installed and in the `PATH`, but since this is
## Install the binary
### Use pre-built binaries
Head over to the [latest release] and download the artifact for your platform.
The binary has to be extracted into the `.cargo`-directory, typically under `$HOME/.cargo`.
Note, that it is not possible to directly run the program itself, as it must be invoked via `cargo valgrind`, so it must be located in a directory, `cargo` searches its subcommands in.
[latest release]: https://github.com/jfrimmel/cargo-valgrind/releases/latest
Expand Down

0 comments on commit c1788a4

Please sign in to comment.