更新 README.md

This commit is contained in:
2026-06-22 14:56:19 +00:00
parent 53487ab5d7
commit 027344c669
+4 -4
View File
@@ -99,13 +99,13 @@ codex plugin marketplace remove doc
```bash ```bash
# 安裝:clone 後用本地路徑 # 安裝:clone 後用本地路徑
git clone https://gitea.jsc.idv.tw/plugins/doc.git ~/jsc-plugin git clone https://gitea.jsc.idv.tw/plugins/doc.git ~/plugins/doc
agy plugin install ~/jsc-plugin agy plugin install ~/plugins/doc
# 更新(agy 無 update 子指令 → git pull 後重裝) # 更新(agy 無 update 子指令 → git pull 後重裝)
git -C ~/jsc-plugin pull git -C ~/plugins/doc pull
agy plugin uninstall jsc agy plugin uninstall jsc
agy plugin install ~/jsc-plugin agy plugin install ~/plugins/doc
# 移除 # 移除
agy plugin uninstall jsc agy plugin uninstall jsc