diff --git a/tools/cargo-miden/README.md b/tools/cargo-miden/README.md index 3d0f6961d..ff37398e2 100644 --- a/tools/cargo-miden/README.md +++ b/tools/cargo-miden/README.md @@ -4,10 +4,16 @@ This crate provides a cargo extension that allows you to compile Rust code to Mi ## Installation +In order to install(build) the extension, you need to have the nightly Rust toolchain installed: + +```bash +rustup toolchain install nightly-2024-03-10 +``` + To install the extension, run: ```bash -cargo install cargo-miden +cargo +nightly-2024-03-10 install cargo-miden ``` ## Usage