Skip to content

Commit b2b38d3

Browse files
authored
Update Nexus zkVM installation command in README (#337)
* Update README.md * Update README.md
1 parent 315938c commit b2b38d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustup target add riscv32i-unknown-none-elf
1919
Then, install the Nexus zkVM:
2020

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

2525
Verify the installation:

0 commit comments

Comments
 (0)