File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ $ go get -u github.com/scaleway/docker-machine-driver-scaleway
3434You can find sources and pre-compiled binaries [ here] ( https://github.com/scaleway/docker-machine-driver-scaleway/releases/latest )
3535
3636``` shell
37- # Download the binary
38- $ curl -sL https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip | tar xf -
37+ # Download the binary (this example downloads the binary for darwin amd64)
38+ $ curl -sL https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip -O
39+ $ unzip docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip
3940
4041# Make it executable and copy the binary in a directory accessible with your $PATH
4142$ chmod +x docker-machine-driver-scaleway_1.2.1_darwin_amd64/docker-machine-driver-scaleway
You can’t perform that action at this time.
0 commit comments