Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/external/src/usage/cargo-miden.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ work.

:::

To install the extension, clone the compiler repo first:
To install the extension:

```bash
git clone https://github.com/0xMiden/compiler
```

Then, run the following in your shell in the cloned repo folder:
cargo +nightly-2025-12-10 install cargo-miden --locked

```bash
cargo install --path tools/cargo-miden --locked
```

This will take a minute to compile, but once complete, you can run `cargo help miden` or just
Expand Down