@@ -34,7 +34,7 @@ Linux (amd64):
3434
3535``` bash
3636# Linux Example (assumes ~/bin is in PATH).
37- curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.1 /gvm-linux-amd64
37+ curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.2 /gvm-linux-amd64
3838chmod +x ~ /bin/gvm
3939eval " $( gvm 1.21.0) "
4040go version
@@ -44,7 +44,7 @@ Linux (arm64):
4444
4545``` bash
4646# Linux Example (assumes ~/bin is in PATH).
47- curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.1 /gvm-linux-arm64
47+ curl -sL -o ~ /bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.2 /gvm-linux-arm64
4848chmod +x ~ /bin/gvm
4949eval " $( gvm 1.21.0) "
5050go version
@@ -54,7 +54,7 @@ macOS (universal):
5454
5555``` bash
5656# macOS Example
57- curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.1 /gvm-darwin-all
57+ curl -sL -o /usr/local/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.5.2 /gvm-darwin-all
5858chmod +x /usr/local/bin/gvm
5959eval " $( gvm 1.21.0) "
6060go version
@@ -64,7 +64,7 @@ Windows (PowerShell):
6464
6565```
6666[Net.ServicePointManager]::SecurityProtocol = "tls12"
67- Invoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v0.5.1 /gvm-windows-amd64.exe -Outfile C:\Windows\System32\gvm.exe
67+ Invoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v0.5.2 /gvm-windows-amd64.exe -Outfile C:\Windows\System32\gvm.exe
6868gvm --format=powershell 1.21.0 | Invoke-Expression
6969go version
7070```
@@ -75,4 +75,4 @@ Use `gvm` with fish shell by executing `gvm 1.21.0 | source` in lieu of using `e
7575
7676For existing Go users:
7777
78- ` go install github.com/andrewkroh/gvm/cmd/gvm@v0.5.1 `
78+ ` go install github.com/andrewkroh/gvm/cmd/gvm@v0.5.2 `
0 commit comments