Skip to content

Commit 8f348ca

Browse files
Docs: Mention custom path for setup in install guide (rust-lang#2097)
Co-authored-by: Zyad Hassan <[email protected]>
1 parent 9de57fd commit 8f348ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/install-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ cargo kani setup
2828
```
2929

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

3334
## Installing an older version
3435

0 commit comments

Comments
 (0)