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

Commit 89e512d

Browse files
authored
Merge pull request #149 from doringeman/dmr-ga
fix(CLI hint): DMR is now under AI
2 parents 8886eed + 024e870 commit 89e512d

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)