Skip to content

Commit f06eb18

Browse files
author
Quentin Perez
committed
README: add instruction on installing precompiled driver
1 parent ac573ef commit f06eb18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ $ go get -u github.com/scaleway/docker-machine-driver-scaleway
3333

3434
You 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

0 commit comments

Comments
 (0)