We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2273be0 commit 9d4f4b9Copy full SHA for 9d4f4b9
1 file changed
docs/windows
@@ -28,11 +28,6 @@ if ($Help) {
28
Write-Host " # Install default version (v1.0.0)"
29
Write-Host " powershell -Command `"irm https://agbcloud.github.io/agbcloud-cli/windows | iex`""
30
Write-Host ""
31
- Write-Host " # Install specific version"
32
- Write-Host " powershell -Command `"irm https://agbcloud.github.io/agbcloud-cli/windows | iex`" -Version v1.2.3"
33
- Write-Host ""
34
- Write-Host " # Install to custom directory"
35
- Write-Host " powershell -Command `"irm https://agbcloud.github.io/agbcloud-cli/windows | iex`" -InstallPath C:\MyTools"
36
exit 0
37
}
38
0 commit comments