From 83ad9516b65614ed030bae7e28fe91be1dd019c7 Mon Sep 17 00:00:00 2001 From: Win7GM Date: Thu, 10 Sep 2020 12:23:18 +0800 Subject: [PATCH] Update README_zh.md Co-authored-by: Shaw Yu --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 35a04702..436f086d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -288,7 +288,7 @@ autoadb scrcpy -s '{}' ```bash adb kill-server # 关闭本地5037端口上的adb服务器 -ssh -CN -L5037:localhost:5037 -R27183:localhost:27183 _你的另一台电脑_ +ssh -CN -L5037:localhost:5037 -R27183:localhost:27183 your_remote_computer # 保持该窗口开启 ```