docs: add Windows install instructions for GIS Actions 4.0
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
|
||||
| 资源 | 位置 |
|
||||
|------|------|
|
||||
| gis-actions(CLI + 执行引擎) | `curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb && sudo dpkg -i latest.deb` |
|
||||
| gis-actions(Linux CLI) | `curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb && sudo dpkg -i latest.deb` |
|
||||
| gis-actions(Windows CLI) | 下载 [latest-windows.zip](https://packages.mercator.cn/public/gis-actions/latest-windows.zip),解压到 `%LOCALAPPDATA%\\AgentGIS\\gis-actions\\`,将路径加入 `PATH` |
|
||||
| 套件市场 | https://suites.mercator.cn |
|
||||
| API Key 管理 | https://auth.mercator.cn |
|
||||
|
||||
@@ -40,8 +41,13 @@
|
||||
|
||||
```bash
|
||||
# 例如为套件使用者配置 Agent
|
||||
## Linux
|
||||
cp suite-user/*.md /path/to/agent/workspace/
|
||||
|
||||
## Windows
|
||||
copy suite-user\\*.md C:\\path\\to\\agent\\workspace\\
|
||||
|
||||
|
||||
# 为套件开发者配置 Agent
|
||||
cp suite-developer/*.md /path/to/agent/workspace/
|
||||
cp -r suite-developer/knowledge/ /path/to/agent/workspace/
|
||||
|
||||
Reference in New Issue
Block a user