From c31a5d7b52c4cb19e3f76a94121cf06915b4b611 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 22 Mar 2022 08:57:08 +1000 Subject: [PATCH] update install docs to match https://github.com/project-serum/anchor/pull/1565 (#36) --- src/chapter_2/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chapter_2/installation.md b/src/chapter_2/installation.md index 7b6ae67..17af399 100644 --- a/src/chapter_2/installation.md +++ b/src/chapter_2/installation.md @@ -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 ```