docs: add Windows install
This commit is contained in:
@@ -2,13 +2,20 @@
|
|||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
`agc` 命令随 gis-actions 包一起安装:
|
`agc` 命令随 gis-actions 包一起安装。
|
||||||
|
|
||||||
|
**Linux:**
|
||||||
```bash
|
```bash
|
||||||
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:**
|
||||||
|
1. 下载 [latest-windows.zip](https://packages.mercator.cn/public/gis-actions/latest-windows.zip)
|
||||||
|
2. 解压到 `%LOCALAPPDATA%\AgentGIS\gis-actions\`
|
||||||
|
3. 将路径加入 `PATH`
|
||||||
|
4. 验证:`agc --help`
|
||||||
|
|
||||||
安装后直接使用 `agc` 命令。
|
安装后直接使用 `agc` 命令。
|
||||||
|
|
||||||
## 命令
|
## 命令
|
||||||
|
|||||||
Reference in New Issue
Block a user