Skip to content

Commit 664e01f

Browse files
authored
docs: fix go install documentation (#2348)
1 parent 7c8337b commit 664e01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you have a >= Go 1.13 environment, you can install the `HEAD` version to test
134134
Note that this development version could include bugs, use [tagged releases](https://github.com/scaleway/scaleway-cli/releases/latest) if you need stability.
135135

136136
```bash
137-
go get github.com/scaleway/scaleway-cli/cmd/scw
137+
go install github.com/scaleway/scaleway-cli/v2/cmd/scw@latest
138138
```
139139

140140
Dependencies: We only use go [Go Modules](https://github.com/golang/go/wiki/Modules) with vendoring.

0 commit comments

Comments
 (0)