Skip to content

Commit 56f2b51

Browse files
chore: update tag in book install instructions (#1626)
1 parent 2f9bf74 commit 56f2b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use OpenVM for generating proofs, you must install the OpenVM command line to
99
Begin the installation:
1010

1111
```bash
12-
cargo install --locked --git http://github.com/openvm-org/openvm.git --tag v1.0.0 cargo-openvm
12+
cargo install --locked --git http://github.com/openvm-org/openvm.git --tag v1.1.1 cargo-openvm
1313
```
1414

1515
This will globally install `cargo-openvm`. You can validate a successful installation with:
@@ -23,7 +23,7 @@ cargo openvm --version
2323
To build from source, clone the repository and begin the installation.
2424

2525
```bash
26-
git clone --branch v1.0.0 --single-branch https://github.com/openvm-org/openvm.git
26+
git clone --branch v1.1.1 --single-branch https://github.com/openvm-org/openvm.git
2727
cd openvm
2828
cargo install --locked --force --path crates/cli
2929
```

0 commit comments

Comments
 (0)