From 0df688481f4ba93e9b7e011a92752d1d7664b68f Mon Sep 17 00:00:00 2001 From: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:25:45 +0200 Subject: [PATCH] docs: Remove redundant `avm use latest` after installation (#3327) --- docs/src/pages/docs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/pages/docs/installation.md b/docs/src/pages/docs/installation.md index 49b0873cae..6cfeaeb93a 100644 --- a/docs/src/pages/docs/installation.md +++ b/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.