diff --git a/docs/src/pages/docs/installation.md b/docs/src/pages/docs/installation.md index 42d52908..a7e2fbf0 100644 --- a/docs/src/pages/docs/installation.md +++ b/docs/src/pages/docs/installation.md @@ -63,7 +63,7 @@ Anchor binaries are available via an NPM package [`@project-serum/anchor-cli`](h We can also use Cargo to install the CLI directly. Make sure that the `--tag` argument uses the version you want (the version here is just an example). ```shell -cargo install --git https://github.com/coral-xyz/anchor --tag v0.24.1 anchor-cli --locked +cargo install --git https://github.com/coral-xyz/anchor --tag v0.25.0 anchor-cli --locked ``` On Linux systems you may need to install additional dependencies if cargo install fails. On Ubuntu,