feat: add and align uninstall flow for newbie setup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user