Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton authored Sep 12, 2024
1 parent 90878e6 commit ea402b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Aquascope is a tool that generates interactive visualizations of Rust programs.
We provide an [mdBook](https://rust-lang.github.io/mdBook/) preprocessor that embeds Aquascope diagrams into an mdBook. To use it, you need to install the `mdbook-aquascope` and `cargo-aquascope` binaries as follows.

```sh
cargo install mdbook-aquascope --locked --version 0.3.0
cargo install mdbook-aquascope --locked --version 0.3.3
rustup toolchain install nightly-2023-08-25 -c rust-src rustc-dev llvm-tools-preview miri
cargo +nightly-2023-08-25 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.0 --locked
cargo +nightly-2023-08-25 install aquascope_front --git https://github.com/cognitive-engineering-lab/aquascope --tag v0.3.3 --locked
cargo +nightly-2023-08-25 miri setup
```

Expand Down

0 comments on commit ea402b2

Please sign in to comment.