This commit is contained in:
Sven Dowideit 2022-03-22 08:57:08 +10:00 committed by GitHub
parent aca2799e9d
commit c31a5d7b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,9 +24,10 @@ Install `avm` using Cargo. Note this will replace your `anchor` binary if you ha
cargo install --git https://github.com/project-serum/anchor avm --locked --force
```
Install the latest version of the CLI using `avm`. You can also use the command to upgrade to the latest release in the future.
Install the latest version of the CLI using `avm`, and then set it to be the version to use.
```
avm install latest
avm use latest
```