File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ $ go get -u github.com/scaleway/docker-machine-driver-scaleway
3333
3434You can find sources and pre-compiled binaries [ here] ( https://github.com/scaleway/docker-machine-driver-scaleway/releases/latest )
3535
36+ ``` 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 -
39+
40+ # Make it executable and copy the binary in a directory accessible with your $PATH
41+ $ chmod +x docker-machine-driver-scaleway_1.2.1_darwin_amd64/docker-machine-driver-scaleway
42+ $ sudo cp docker-machine-driver-scaleway_1.2.1_darwin_amd64/docker-machine-driver-scaleway /usr/local/bin/
43+ ```
44+
3645## Usage
3746
3847### 1. Get your Scaleway credentials
You can’t perform that action at this time.
0 commit comments