@@ -69,8 +69,10 @@ For node version, check out [scaleway-cli-node](https://github.com/moul/scaleway
6969
7070We recommend to use the latest version, using:
7171
72+ :warning : Ensure you have a go version ` >= 1.5 `
73+
7274``` shell
73- go get -u github.com/scaleway/scaleway-cli/cmd/scw
75+ GO15VENDOREXPERIMENT=1 go get -u github.com/scaleway/scaleway-cli/cmd/scw
7476```
7577
7678or
@@ -92,7 +94,7 @@ brew install scw
9294Install the latest stable release on Mac OS X manually:
9395
9496``` bash
95- # prepare for forst install and upgrade
97+ # prepare for first install and upgrade
9698mkdir -p /usr/local/bin
9799mv /usr/local/bin/scw /tmp/scw.old
98100
@@ -135,18 +137,19 @@ Windows | `x86_64`
135137
136138You can run scaleway-cli in a sandboxed way using Docker.
137139
138- * warning* : caching is disabled
140+ : warning : caching is disabled
139141
140142``` console
141143$ docker run -it --rm --volume=$HOME /.scwrc:/.scwrc scaleway/cli ps
142144```
143145
144146### Manual build
145147
146- 1 . [ Install go] ( https://golang.org/doc/install )
148+ 1 . [ Install go] ( https://golang.org/doc/install ) a version ` >= 1.5 `
1471492 . Ensure you have ` $GOPATH ` and ` $PATH ` well configured, something like:
148150 * ` export GOPATH=$HOME/go `
149151 * ` export PATH=$PATH:$GOPATH/bin `
152+ * ` export GO15VENDOREXPERIMENT=1 `
1501533 . Install the project: ` go get github.com/scaleway/scaleway-cli/... `
1511544 . Run: ` scw `
152155
@@ -417,7 +420,7 @@ List images.
417420
418421Options:
419422
420- -a, --all=false Show all iamges
423+ -a, --all=false Show all images
421424 -f, --filter="" Filter output based on conditions provided
422425 -h, --help=false Print usage
423426 --no-trunc=false Don't truncate output
0 commit comments