summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ar/web.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ar/web.mdx')
-rw-r--r--packages/web/src/content/docs/ar/web.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/ar/web.mdx b/packages/web/src/content/docs/ar/web.mdx
index 03f67b3d2..30df06876 100644
--- a/packages/web/src/content/docs/ar/web.mdx
+++ b/packages/web/src/content/docs/ar/web.mdx
@@ -113,10 +113,10 @@ OPENCODE_SERVER_PASSWORD=secret opencode web
يمكنك إرفاق واجهة terminal (TUI) بخادم ويب قيد التشغيل:
```bash
-# Start the web server
+# ابدأ خادم الويب
opencode web --port 4096
-# In another terminal, attach the TUI
+# في محطة طرفية أخرى، اربط TUI
opencode attach http://localhost:4096
```