diff --git a/suites-help/系统使用手册/GIS-Actions-本地部署.md b/suites-help/系统使用手册/GIS-Actions-本地部署.md index 66f96bf..7f2acda 100644 --- a/suites-help/系统使用手册/GIS-Actions-本地部署.md +++ b/suites-help/系统使用手册/GIS-Actions-本地部署.md @@ -59,11 +59,18 @@ agc run /tmp/output --suite-id 2c99a1cb-84a5-42dd-9147-1c8e8f7f2941 --input buff ## 包结构 +**Linux(deb 包):** ``` /usr/bin/agc # CLI 入口 /usr/share/gis-actions/cli.py # CLI 逻辑 /usr/share/gis-actions/download_and_run.py # 下载+执行 -/usr/share/gis-actions/steps_executor.py # 步骤执行器 +/usr/share/gis-actions/local_executor.py # 本地步骤执行器 +/usr/share/gis-actions/steps_executor.py # Docker 步骤执行器 +``` + +**Windows(zip 包):** +``` +%LOCALAPPDATA%\AgentGIS\gis-actions\agc.exe # CLI 入口 ``` ## 执行流程