summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/config.mdx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx
index 88aa9d313..39f3cd8ff 100644
--- a/packages/web/src/content/docs/config.mdx
+++ b/packages/web/src/content/docs/config.mdx
@@ -159,11 +159,11 @@ Organizations can enforce configuration that users cannot override. Managed sett
Drop an `opencode.json` or `opencode.jsonc` file in the system managed config directory:
-| Platform | Path |
-|----------|------|
-| macOS | `/Library/Application Support/opencode/` |
-| Linux | `/etc/opencode/` |
-| Windows | `%ProgramData%\opencode` |
+| Platform | Path |
+| -------- | ---------------------------------------- |
+| macOS | `/Library/Application Support/opencode/` |
+| Linux | `/etc/opencode/` |
+| Windows | `%ProgramData%\opencode` |
These directories require admin/root access to write, so users cannot modify them.