From 024e8709300d63cf4cb87987f999ab3b5dec047a Mon Sep 17 00:00:00 2001 From: Dorin Geman Date: Wed, 10 Sep 2025 17:42:03 +0300 Subject: [PATCH] fix(CLI hint): DMR is now under AI Signed-off-by: Dorin Geman --- commands/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utils.go b/commands/utils.go index 6ddb33ba..283faccd 100644 --- a/commands/utils.go +++ b/commands/utils.go @@ -12,7 +12,7 @@ import ( const ( enableViaCLI = "Enable Docker Model Runner via the CLI → docker desktop enable model-runner" - enableViaGUI = "Enable Docker Model Runner via the GUI → Go to Settings->Features in development->Enable Docker Model Runner" + enableViaGUI = "Enable Docker Model Runner via the GUI → Go to Settings->AI->Enable Docker Model Runner" ) var notRunningErr = fmt.Errorf("Docker Model Runner is not running. Please start it and try again.\n")