Skip to content

Commit

Permalink
Update Nexus zkVM installation command in README (#337)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
vtjl10 authored Jan 6, 2025
1 parent 315938c commit b2b38d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustup target add riscv32i-unknown-none-elf
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus -- tag 'v0.2.0'
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.4'
```

Verify the installation:
Expand Down

0 comments on commit b2b38d3

Please sign in to comment.