Merge pull request '更新 README.md' (#16) from develop into master

Reviewed-on: #16
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #16.
This commit is contained in:
2026-06-22 14:55:46 +00:00
+4 -4
View File
@@ -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