Skip to content

Commit 145234a

Browse files
author
Quentin Perez
authored
Update README.md
1 parent f06eb18 commit 145234a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ $ go get -u github.com/scaleway/docker-machine-driver-scaleway
3434
You 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

0 commit comments

Comments
 (0)