Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 024e870

Browse files
committed
fix(CLI hint): DMR is now under AI
Signed-off-by: Dorin Geman <[email protected]>
1 parent 8886eed commit 024e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
enableViaCLI = "Enable Docker Model Runner via the CLI → docker desktop enable model-runner"
15-
enableViaGUI = "Enable Docker Model Runner via the GUI → Go to Settings->Features in development->Enable Docker Model Runner"
15+
enableViaGUI = "Enable Docker Model Runner via the GUI → Go to Settings->AI->Enable Docker Model Runner"
1616
)
1717

1818
var notRunningErr = fmt.Errorf("Docker Model Runner is not running. Please start it and try again.\n")

0 commit comments

Comments
 (0)