mirror of
https://github.com/trycua/computer.git
synced 2026-02-14 01:29:22 -06:00
Fix incorrect usage in cli install script
This commit is contained in:
@@ -119,8 +119,8 @@ if (Test-Path $binaryPath) {
|
||||
Write-Host "Success: CUA CLI $version installed successfully to $binaryPath" -ForegroundColor Green
|
||||
Write-Host ""
|
||||
Write-Host "Get started with:" -ForegroundColor Cyan
|
||||
Write-Host " cua auth login"
|
||||
Write-Host " cua vm create --os linux --configuration small --region north-america"
|
||||
Write-Host " cua login"
|
||||
Write-Host " cua create --os linux --configuration small --region north-america"
|
||||
Write-Host ""
|
||||
Write-Host "For more help, visit: https://docs.cua.ai/libraries/cua-cli" -ForegroundColor Cyan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user