Skip to content

Commit

Permalink
Merge pull request #1191 from hacspec/jonas/readme-path-hint
Browse files Browse the repository at this point in the history
Hint to check `$PATH` in Readme
  • Loading branch information
W95Psp authored Dec 17, 2024
2 parents 5ebbd45 + 9374557 commit 91e4877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ manager</a> <i>(with <a href="https://nixos.wiki/wiki/Flakes">flakes</a> enabled
4. Get a shell: `docker run -it --rm -v /some/dir/with/a/crate:/work hax bash`
5. You can now run `cargo-hax --help` (notice here we use `cargo-hax` instead of `cargo hax`)
Note: Please make sure that `$HOME/.cargo/bin` is in your `$PATH`, as
that is where `setup.sh` will install hax.
</details>
## Supported Subset of the Rust Language
Expand Down

0 comments on commit 91e4877

Please sign in to comment.