Skip to content

Commit

Permalink
Merge pull request #258 from 0xPolygonMiden/greenhat/add-nightly-to-c…
Browse files Browse the repository at this point in the history
…argo-miden-readme

chore: add nightly rustc requirement to cargo-miden README.md
  • Loading branch information
bitwalker authored Jul 25, 2024
2 parents fcac669 + 103eebc commit 5e787bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/cargo-miden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e787bc

Please sign in to comment.