We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de57fd commit 8f348caCopy full SHA for 8f348ca
docs/src/install-guide.md
@@ -28,7 +28,8 @@ cargo kani setup
28
```
29
30
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/`).
+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.
33
34
## Installing an older version
35
0 commit comments