File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,17 @@ A 3rd-party driver plugin for Docker machine to manage your containers on the se
1111
1212## Setup
1313
14- ```
15- # install docker-machine-driver-scaleway in your $GOPATH/bin
16- $> go get -u github.com/scaleway/docker-machine-driver-scaleway
14+ ``` console
15+ # install latest release of docker-machine-driver-scaleway and docker-machine using homebrew
16+ $ brew tap scaleway/scaleway
17+ $ brew install scaleway/scaleway/docker-machine-driver-scaleway
18+
19+ # install latest (git) version of docker-machine-driver-scaleway
20+ $ brew tap scaleway/scaleway
21+ $ brew install scaleway/scaleway/docker-machine-driver-scaleway --HEAD
22+
23+ # install latest (git) version of docker-machine-driver-scaleway in your $GOPATH /bin (depends on Golang and docker-machine)
24+ $ go get -u github.com/scaleway/docker-machine-driver-scaleway
1725```
1826
1927## Usage
You can’t perform that action at this time.
0 commit comments