Browse Source

docs: Remove redundant `avm use latest` after installation (#3327)

acheron 11 months ago
parent
commit
0df688481f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/src/pages/docs/installation.md

+ 1 - 2
docs/src/pages/docs/installation.md

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