diff options
| author | Aiden Cline <[email protected]> | 2025-08-11 13:44:12 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-11 13:44:12 -0500 |
| commit | 00b4670b8be185b894ef4b0f467d6f177cba91ee (patch) | |
| tree | 8a55a182a223e09add4d89d7b4c93ff42e89a9ff | |
| parent | 7633a951e69a608761bebc351cd35d883dad629e (diff) | |
| download | opencode-00b4670b8be185b894ef4b0f467d6f177cba91ee.tar.gz opencode-00b4670b8be185b894ef4b0f467d6f177cba91ee.zip | |
docs: fix instructions (#1827)
| -rw-r--r-- | packages/web/src/content/docs/docs/config.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx index 61a89cb1f..06eb6ee7d 100644 --- a/packages/web/src/content/docs/docs/config.mdx +++ b/packages/web/src/content/docs/docs/config.mdx @@ -318,7 +318,7 @@ Use `{file:path/to/file}` to substitute the contents of a file: ```json title="opencode.json" { "$schema": "https://opencode.ai/config.json", - "instructions": ["{file:./custom-instructions.md}"], + "instructions": ["./custom-instructions.md"], "provider": { "openai": { "options": { |
