docs: add Windows install instructions for GIS Actions 4.0

This commit is contained in:
2026-07-20 08:50:53 +00:00
parent 6ce1409013
commit 82c1dca55a
+7 -1
View File
@@ -30,7 +30,8 @@
| 资源 | 位置 | | 资源 | 位置 |
|------|------| |------|------|
| gis-actionsCLI + 执行引擎 | `curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb && sudo dpkg -i latest.deb` | | gis-actionsLinux CLI | `curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb && sudo dpkg -i latest.deb` |
| gis-actionsWindows CLI | 下载 [latest-windows.zip](https://packages.mercator.cn/public/gis-actions/latest-windows.zip),解压到 `%LOCALAPPDATA%\\AgentGIS\\gis-actions\\`,将路径加入 `PATH` |
| 套件市场 | https://suites.mercator.cn | | 套件市场 | https://suites.mercator.cn |
| API Key 管理 | https://auth.mercator.cn | | API Key 管理 | https://auth.mercator.cn |
@@ -40,8 +41,13 @@
```bash ```bash
# 例如为套件使用者配置 Agent # 例如为套件使用者配置 Agent
## Linux
cp suite-user/*.md /path/to/agent/workspace/ cp suite-user/*.md /path/to/agent/workspace/
## Windows
copy suite-user\\*.md C:\\path\\to\\agent\\workspace\\
# 为套件开发者配置 Agent # 为套件开发者配置 Agent
cp suite-developer/*.md /path/to/agent/workspace/ cp suite-developer/*.md /path/to/agent/workspace/
cp -r suite-developer/knowledge/ /path/to/agent/workspace/ cp -r suite-developer/knowledge/ /path/to/agent/workspace/