Browse Source

docs: add --no-tui to Docker tip for headless environments

Michael Henke 1 week ago
parent
commit
1ed537d72b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation.md

+ 1 - 1
docs/installation.md

@@ -27,7 +27,7 @@ Or use non-interactive mode:
 bunx oh-my-opencode-slim@latest install --no-tui --skills=yes --background-subagents=yes
 ```
 
-> **Running in Docker or a sandbox?** Install inside the container with the same command, and mount `~/.config/opencode` for persistence. Pass `--companion=no` to skip the desktop companion (it requires a display server). Auto-updates write to `~/.cache/opencode/packages/`, which is separate from config — mount that too if you want updates to survive container restarts.
+> **Running in Docker or a sandbox?** Install inside the container with `--no-tui` (headless environments can't run the interactive TUI), and mount `~/.config/opencode` for persistence. Pass `--companion=no` to skip the desktop companion (it requires a display server). Auto-updates write to `~/.cache/opencode/packages/`, which is separate from config — mount that too if you want updates to survive container restarts.
 
 ### Configuration Options