From 4dc84914dd7dc7ae28edd880761179b0e3c8b1f6 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:47:55 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```