summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-08-11 13:44:12 -0500
committerGitHub <[email protected]>2025-08-11 13:44:12 -0500
commit00b4670b8be185b894ef4b0f467d6f177cba91ee (patch)
tree8a55a182a223e09add4d89d7b4c93ff42e89a9ff
parent7633a951e69a608761bebc351cd35d883dad629e (diff)
downloadopencode-00b4670b8be185b894ef4b0f467d6f177cba91ee.tar.gz
opencode-00b4670b8be185b894ef4b0f467d6f177cba91ee.zip
docs: fix instructions (#1827)
-rw-r--r--packages/web/src/content/docs/docs/config.mdx2
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": {