Skip to content

Commit

Permalink
Document platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrimmel committed Oct 14, 2024
1 parent 0748e11 commit f92d9c7
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 @@ -83,6 +83,8 @@ Now the command line is `cargo valgrind <command>`, where `<command>` can be any
You need to have `valgrind` installed and in the `PATH` (you can test this by running `valgrind --help` in your shell).
You'll also need to have `cargo` installed and in the `PATH`, but since this is a cargo subcommand, you will almost certainly have it already installed.
Note, that this tool is only supported on platforms, that have `valgrind` available.
The code is built on MacOS and Linux on x86_64, but the tests are only run under Linux.
## Install the binary
### Use pre-built binaries
Expand Down

0 comments on commit f92d9c7

Please sign in to comment.