Skip to content

Commit

Permalink
docs: Remove redundant avm use latest after installation (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Oct 22, 2024
1 parent 3c24ba2 commit 0df6884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/pages/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ On Linux systems you may need to install additional dependencies if cargo instal
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
```

Install the latest version of the CLI using `avm`, and then set it to be the version to use.
Install the latest version of the CLI using `avm`:

```shell
avm install latest
avm use latest
```

Verify the installation.
Expand Down

0 comments on commit 0df6884

Please sign in to comment.