Update README_zh.md

Co-authored-by: Shaw Yu <shawyu.nz@gmail.com>
This commit is contained in:
Win7GM 2020-09-10 12:23:18 +08:00 committed by GitHub
parent 7294894f47
commit 83ad9516b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# 保持该窗口开启
```