From 9f67559829e3959a3b6e4dd213b9bf15c99eab57 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 11 Nov 2024 14:07:56 +0800 Subject: [PATCH] doc: Update README.md --- README.md | 4 ++-- README.zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8d547b..c8d5029 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ If you are prompted to enable the plugin, you need to run the following command ```shell pluginkit -e use -i com.wangchujiang.rightmenu-master.sync \ - osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \ - osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate' + && osascript -e 'quit app id "com.wangchujiang.rightmenu-master"' \ + && osascript -e 'tell application id "com.wangchujiang.rightmenu-master" to activate' ```