docs: add Windows install
This commit is contained in:
@@ -3,8 +3,12 @@
|
|||||||
## 第一步:安装 gis-actions
|
## 第一步:安装 gis-actions
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Linux
|
||||||
curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb
|
curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb
|
||||||
sudo dpkg -i latest.deb
|
sudo dpkg -i latest.deb
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
# 下载 latest-windows.zip 解压到 %LOCALAPPDATA%\AgentGIS\gis-actions\,加入 PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
前提条件:Linux 系统 + Docker。首次执行时会自动下载 gis-base 镜像。
|
前提条件:Linux 系统 + Docker。首次执行时会自动下载 gis-base 镜像。
|
||||||
|
|||||||
Reference in New Issue
Block a user