Skip to content

Commit

Permalink
Update PropProof docs to note the need to submodule init (#805)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
  • Loading branch information
danielsn and LucioFranco committed Feb 13, 2023
1 parent a21cf6b commit b845e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KANI.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ capabilities and limitations.
from the Kani repository.
```bash
git clone https://github.com/model-checking/kani.git --branch features/proptest propproof
cd propproof; git submodule update --init --recursive
```

Then, use `.cargo/config.toml` enable it in the local directory you
Expand Down

0 comments on commit b845e69

Please sign in to comment.