feat: add and align uninstall flow for newbie setup
This commit is contained in:
@@ -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. 开始使用 OpenClaw:openclaw" -ForegroundColor Gray
|
||||
Write-Host " 3. 添加技能(可选):openclaw configure --section skills" -ForegroundColor Gray
|
||||
Write-Host " 4. 浏览可用技能:openclaw skills" -ForegroundColor Gray
|
||||
Write-Host " 1. 开始使用 OpenClaw:openclaw" -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 {
|
||||
|
||||
Reference in New Issue
Block a user