From b72b641c3b8884ba56c36307fe0caf41693a679c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 22 Jun 2026 14:55:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63f59ba..1320386 100644 --- a/README.md +++ b/README.md @@ -101,13 +101,13 @@ codex plugin marketplace remove code-review ```bash # 安裝:clone 後用本地路徑 -git clone https://gitea.jsc.idv.tw/plugins/code-review.git ~/jsc-plugin -agy plugin install ~/jsc-plugin +git clone https://gitea.jsc.idv.tw/plugins/code-review.git ~/plugins/code-review +agy plugin install ~/plugins/code-review # 更新(agy 無 update 子指令 → git pull 後重裝) -git -C ~/jsc-plugin pull +git -C ~/plugins/code-review pull agy plugin uninstall jsc -agy plugin install ~/jsc-plugin +agy plugin install ~/plugins/code-review # 移除 agy plugin uninstall jsc -- 2.53.0