Skip to content

Commit 45a770c

Browse files
authored
fix(opencode): fix docker image after sst rename in tips (anomalyco#8376)
1 parent a57c866 commit 45a770c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/component

packages/opencode/src/cli/cmd/tui/component/tips.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const TIPS = [
139139
"Press {highlight}Ctrl+X S{/highlight} or {highlight}/status{/highlight} to see system status info",
140140
"Enable {highlight}tui.scroll_acceleration{/highlight} for smooth macOS-style scrolling",
141141
"Toggle username display in chat via command palette ({highlight}Ctrl+P{/highlight})",
142-
"Run {highlight}docker run -it --rm ghcr.io/sst/opencode{/highlight} for containerized use",
142+
"Run {highlight}docker run -it --rm ghcr.io/anomalyco/opencode{/highlight} for containerized use",
143143
"Use {highlight}/connect{/highlight} with OpenCode Zen for curated, tested models",
144144
"Commit your project's {highlight}AGENTS.md{/highlight} file to Git for team sharing",
145145
"Use {highlight}/review{/highlight} to review uncommitted changes, branches, or PRs",

0 commit comments

Comments
 (0)