Update README.md

This commit is contained in:
lbl8603
2023-06-03 20:47:55 +08:00
committed by GitHub
parent c1ee7ac11c
commit 4dc84914dd
+2 -2
View File
@@ -10,8 +10,8 @@
```shell
# linux上
root@DESKTOP-0BCHNIO:/opt# ./switch-desktop start --token 123456
# 在另一台linux上使用nohup后台运行,不在命令行指定配置时,将在home/.switch_desktop/config文件中读取配置
[root@izj6cemne76ykdzkataftfz switch]# nohup ./switch-desktop start &
# 在另一台linux上使用nohup后台运行
[root@izj6cemne76ykdzkataftfz switch]# nohup ./switch-desktop start --token 123456&
# windows上
D:\switch\bin_v1>switch-desktop.exe start --token 123456
```