Archived
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user