Skip to content

Commit

Permalink
Merge pull request #2 from robertbreker/fix-readme
Browse files Browse the repository at this point in the history
Refer to go get instead of go install in Readme
  • Loading branch information
Robert Breker committed Dec 22, 2015
2 parents 8b4e63b + 69177c3 commit 3403df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orchestration of machines on Citrix XenServer.
Following the installation of Golang and Docker Machine, you can install the
docker-machine-xenserver-driver:
```bash
go install github.com/xenserver/docker-machine-driver-xenserver
go get github.com/xenserver/docker-machine-driver-xenserver
```

# Usage
Expand Down

0 comments on commit 3403df8

Please # to comment.