diff --git a/README.md b/README.md index c8413d6..de41eb6 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ Installing a dotnet version: ```shell # Show all installable versions -asdf list-all dotnet +asdf list all dotnet # Install specific version asdf install dotnet latest # Set a version globally (on your ~/.tool-versions file) -asdf global dotnet latest +asdf set -u dotnet latest # Now dotnet commands are available dotnet --version