feat: add and align uninstall flow for newbie setup

This commit is contained in:
2026-03-09 21:40:02 +08:00
parent da477378a7
commit 126b19dd7a
5 changed files with 57 additions and 24 deletions

View File

@@ -187,10 +187,9 @@ Write-Host " 配置完成!" -ForegroundColor Green
Write-Host "========================================" -ForegroundColor Green
Write-Host ""
Write-Host " 接下来:" -ForegroundColor White
Write-Host " 1. 进入项目目录cd 你的项目路径" -ForegroundColor Gray
Write-Host " 2. 开始使用 OpenClawopenclaw" -ForegroundColor Gray
Write-Host " 3. 添加技能可选openclaw configure --section skills" -ForegroundColor Gray
Write-Host " 4. 浏览可用技能openclaw skills" -ForegroundColor Gray
Write-Host " 1. 开始使用 OpenClawopenclaw" -ForegroundColor Gray
Write-Host " 2. 查看网关状态openclaw gateway status" -ForegroundColor Gray
Write-Host " 3. 如需卸载iwr -useb https://github.carrydelahaye.work/openclaw/openclaw-setup-cn/raw/branch/main/uninstall-windows.ps1 | iex" -ForegroundColor Gray
Write-Host ""
} catch {