Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 11, 2024
1 parent 2586f65 commit 9f67559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

<!--idoc:config:
Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ RightMenu Master 提供了多样的复制功能,让文件操作更加便捷。

```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'
```

<!--idoc:config:
Expand Down

0 comments on commit 9f67559

Please sign in to comment.