docs: 更新 GIS Actions 下载方式(已发布 Gitea Packages)
This commit is contained in:
@@ -21,10 +21,12 @@ GIS Actions 是**本地执行器**,从套件市场下载脚本包并在本地
|
||||
## 获取代码
|
||||
|
||||
```bash
|
||||
# 方式一:从仓库获取
|
||||
git clone https://git.mercator.cn/AgentGIS/gis-actions.git
|
||||
# 方式一:从 Gitea Packages 下载
|
||||
curl -L -o gis-actions.tar.gz "https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/v2.4.0/gis-actions.tar.gz"
|
||||
tar xzf gis-actions.tar.gz
|
||||
|
||||
# 方式二:待安装包发布(当前暂无可用的 pip / .deb 包)
|
||||
# 方式二:从仓库获取
|
||||
git clone https://git.mercator.cn/AgentGIS/gis-actions.git
|
||||
```
|
||||
|
||||
## 配置
|
||||
|
||||
Reference in New Issue
Block a user