diff options
Diffstat (limited to 'packages/web/src/content/docs/tr/web.mdx')
| -rw-r--r-- | packages/web/src/content/docs/tr/web.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/tr/web.mdx b/packages/web/src/content/docs/tr/web.mdx index 31cfd071d..ea36c9d80 100644 --- a/packages/web/src/content/docs/tr/web.mdx +++ b/packages/web/src/content/docs/tr/web.mdx @@ -113,10 +113,10 @@ Bağlı sunucuları ve durumlarını görüntülemek için "Sunucuları Gör" se Çalışan bir web sunucusuna bir terminal TUI'si ekleyebilirsiniz: ```bash -# Web sunucusunu başlat +# Start the web server opencode web --port 4096 -# Başka bir terminalde TUI ile bağlan +# In another terminal, attach the TUI opencode attach http://localhost:4096 ``` |
