From b573073ee9b728416fee715ff71df68e4ed6bba0 Mon Sep 17 00:00:00 2001 From: Herman Singh Date: Wed, 21 Jan 2026 16:53:18 -0500 Subject: [PATCH] Update note on 'asdf global' usage Clarify the use of 'asdf global' and its replacement. --- docs/guide/getting-started-legacy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/getting-started-legacy.md b/docs/guide/getting-started-legacy.md index 7dc2391b1..9b38e127d 100644 --- a/docs/guide/getting-started-legacy.md +++ b/docs/guide/getting-started-legacy.md @@ -434,6 +434,8 @@ nodejs 16.5.0 Some OSs already have tools installed that are managed by the system and not `asdf`, `python` is a common example. You need to tell `asdf` to pass the management back to the system. The [Versions reference section](/manage/versions.md) will guide you. +Note: `asdf global` has been superceded by `asdf local` in later version + ### Local Local versions are defined in the `$PWD/.tool-versions` file (your current working directory). Usually, this will be the Git repository for a project. When in your desired directory execute: