Update installation.md (#2127)

This commit is contained in:
tomland123 2022-08-14 01:00:44 -04:00 committed by GitHub
parent 3a0deba901
commit fc9c680d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,