Skip to content

Commit 4fb02a9

Browse files
committed
Merge pull request #1 from QuentinPerez/patch-1
README.md: use go get
2 parents 6ccbc4d + 2741275 commit 4fb02a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A 3rd-party driver plugin for Docker machine to manage your containers on the se
1010

1111
```
1212
# install docker-machine-driver-scaleway in your $GOPATH/bin
13-
$> go install github.com/scaleway/docker-machine-driver-scaleway
13+
$> go get -u github.com/scaleway/docker-machine-driver-scaleway
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)