Skip to content

Commit

Permalink
Docs: Mention custom path for setup in install guide (rust-lang#2097)
Browse files Browse the repository at this point in the history
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
  • Loading branch information
adpaco-aws and zhassan-aws authored Jan 10, 2023
1 parent 9de57fd commit 8f348ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ cargo kani setup
```

This will build and place in `~/.cargo/bin` (in a typical environment) the `kani` and `cargo-kani` binaries.
The second step (`cargo kani setup`) will download the Kani compiler and other necessary dependencies (and place them under `~/.kani/`).
The second step (`cargo kani setup`) will download the Kani compiler and other necessary dependencies, and place them under `~/.kani/` by default.
A custom path can be specified using the `KANI_HOME` environment variable.

## Installing an older version

Expand Down

0 comments on commit 8f348ca

Please sign in to comment.