Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instruction to also build `creusot-rustc`.
  • Loading branch information
xldenis authored Oct 18, 2023
1 parent d6337fc commit 7edacff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ More examples are found in [creusot/tests/should_succeed](creusot/tests/should_s
Then you can try hacking Why3 to make it consider your `z3` be of an older version (e.g., 4.8.10), by updating the relevant field of `~/.why3.conf`.
2. Clone the [creusot](https://github.com/xldenis/creusot/) repo at any directory you like
3. Build **Creusot**
- Enter the cloned directory and run `$ cargo install --path cargo-creusot`, this will build the `cargo-creusot` and `creusot-rustc` executables and place them in `~/.cargo/bin`.
- Enter the cloned directory and run `$ cargo install --path cargo-creusot`, and `$ cargo install --path creusot-rustc` this will build the `cargo-creusot` and `creusot-rustc` executables and place them in `~/.cargo/bin`.
# Verifying with Creusot and Why3
Expand Down

0 comments on commit 7edacff

Please sign in to comment.