From 229df3d4cffddf8db1b96119bc1f581f095ceea7 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:07:30 +0000 Subject: [PATCH] docs: update for GIS Actions 4.0 --- suites-help/系统使用手册/GIS-Actions-本地部署.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/suites-help/系统使用手册/GIS-Actions-本地部署.md b/suites-help/系统使用手册/GIS-Actions-本地部署.md index 5c5a069..66f96bf 100644 --- a/suites-help/系统使用手册/GIS-Actions-本地部署.md +++ b/suites-help/系统使用手册/GIS-Actions-本地部署.md @@ -27,13 +27,18 @@ GIS Actions 是**本地执行器**,从套件市场下载脚本包并在本地 ## 安装 +**Linux:** ```bash -# 下载并安装 gis-actions(一个 deb 包含全部功能) curl -sLO https://packages.mercator.cn/public/gis-actions/latest.deb sudo dpkg -i latest.deb ``` +安装后 `agc` 命令即可用。 -安装后 `agc` 命令即可用。postinst 会自动下载 gis-base 镜像。 +**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` ## 配置(可选)