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

@@ -186,10 +186,9 @@ Write-Host " Setup complete!" -ForegroundColor Green
Write-Host "========================================" -ForegroundColor Green
Write-Host ""
Write-Host " Next steps:" -ForegroundColor White
Write-Host " 1. Navigate to your project: cd your-project-path" -ForegroundColor Gray
Write-Host " 2. Start OpenClaw: openclaw" -ForegroundColor Gray
Write-Host " 3. Add skills (optional): openclaw configure --section skills" -ForegroundColor Gray
Write-Host " 4. Browse available skills: openclaw skills" -ForegroundColor Gray
Write-Host " 1. Start OpenClaw: openclaw" -ForegroundColor Gray
Write-Host " 2. Check gateway status: openclaw gateway status" -ForegroundColor Gray
Write-Host " 3. Uninstall (if needed): iwr -useb https://github.carrydelahaye.work/openclaw/openclaw-setup-cn/raw/branch/main/uninstall-windows.ps1 | iex" -ForegroundColor Gray
Write-Host ""
} catch {