更新 README.md #16

Merged
admin merged 1 commits from develop into master 2026-06-22 14:55:46 +00:00
+4 -4
View File
@@ -101,13 +101,13 @@ codex plugin marketplace remove code-review
```bash ```bash
# 安裝:clone 後用本地路徑 # 安裝:clone 後用本地路徑
git clone https://gitea.jsc.idv.tw/plugins/code-review.git ~/jsc-plugin git clone https://gitea.jsc.idv.tw/plugins/code-review.git ~/plugins/code-review
agy plugin install ~/jsc-plugin agy plugin install ~/plugins/code-review
# 更新(agy 無 update 子指令 → git pull 後重裝) # 更新(agy 無 update 子指令 → git pull 後重裝)
git -C ~/jsc-plugin pull git -C ~/plugins/code-review pull
agy plugin uninstall jsc agy plugin uninstall jsc
agy plugin install ~/jsc-plugin agy plugin install ~/plugins/code-review
# 移除 # 移除
agy plugin uninstall jsc agy plugin uninstall jsc