Update README.md

This commit is contained in:
lbl8603
2023-06-03 20:48:29 +08:00
committed by GitHub
parent 4dc84914dd
commit 45da060c1a
+1 -1
View File
@@ -11,7 +11,7 @@
# linux上
root@DESKTOP-0BCHNIO:/opt# ./switch-desktop start --token 123456
# 在另一台linux上使用nohup后台运行
[root@izj6cemne76ykdzkataftfz switch]# nohup ./switch-desktop start --token 123456&
[root@izj6cemne76ykdzkataftfz switch]# nohup ./switch-desktop start --token 123456 &
# windows上
D:\switch\bin_v1>switch-desktop.exe start --token 123456
```