mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
docs: fix instructions (#1827)
This commit is contained in:
parent
7633a951e6
commit
00b4670b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue