mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 18:57:08 +00:00
fix(docs): locale translations
This commit is contained in:
@@ -30,7 +30,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
|
||||
```json title="~/.config/zed/settings.json"
|
||||
{
|
||||
"agent_servers": {
|
||||
"opencode": {
|
||||
"OpenCode": {
|
||||
"command": "opencode",
|
||||
"args": ["acp"]
|
||||
}
|
||||
@@ -51,7 +51,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
|
||||
{
|
||||
"agent": {
|
||||
"custom": {
|
||||
"name": "opencode",
|
||||
"name": "OpenCode",
|
||||
"command": {
|
||||
"command": "opencode",
|
||||
"args": ["acp"]
|
||||
@@ -74,7 +74,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
|
||||
```json title="acp.json"
|
||||
{
|
||||
"agent_servers": {
|
||||
"opencode": {
|
||||
"OpenCode": {
|
||||
"command": "/absolute/path/bin/opencode",
|
||||
"args": ["acp"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user