From ddfb5ac9433dbe825950a8543db4b09713888a03 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:37:36 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2eb434..e3a7589 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```shell # linux上 root@DESKTOP-0BCHNIO:/opt# ./switch-desktop start --token 123456 - # 在另一台linux上使用nohup后台运行 + # 在另一台linux上使用nohup后台运行,不在命令行指定配置时,将在home/.switch/config文件中读取配置 [root@izj6cemne76ykdzkataftfz switch]# nohup ./switch-desktop start & # windows上 D:\switch\bin_v1>switch-desktop.exe start --token 123456