diff --git a/README.md b/README.md index 68e41a1..8fa00d4 100644 --- a/README.md +++ b/README.md @@ -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 ```