From 558f79efe73915037d598250782f417f30303798 Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Mon, 19 May 2025 14:25:42 +0100 Subject: [PATCH] Correct show all installable versions command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86cb8d2..eaac854 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ azure-cli: ```shell_session # Show all installable versions -$ asdf list-all azure-cli +$ asdf list all azure-cli # Install specific version $ asdf install azure-cli latest