From 37b86af53236d59181ebd7fb8b9510e175c2798d Mon Sep 17 00:00:00 2001 From: Howard-aile <156976283+Howard-aile@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:40:54 +0800 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4506e0..4ed5d32 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ bash main.sh EOF - - launchctl load ~/Library/LaunchAgents/cn.ouc.shell.plist + +launchctl load ~/Library/LaunchAgents/cn.ouc.shell.plist ``` - 请将 `/绝对路径/到/OUC_Shell` 替换为你的实际仓库路径(例如 `/Users/yourname/github_project/OUC_Shell`)。 - 停止/重载:`launchctl unload ~/Library/LaunchAgents/cn.ouc.shell.plist` 后再 `load`。