Browse Source

Refer to go get instead of go install in Readme

Signed-off-by: Robert Breker <robert.breker@citrix.com>
getsshkeypath_pr
Robert Breker 9 years ago
parent
commit
69177c3821
  1. 2
      README.md

2
README.md

@ -8,7 +8,7 @@ orchestration of machines on Citrix XenServer.
Following the installation of Golang and Docker Machine, you can install the Following the installation of Golang and Docker Machine, you can install the
docker-machine-xenserver-driver: docker-machine-xenserver-driver:
```bash ```bash
go install github.com/xenserver/docker-machine-driver-xenserver go get github.com/xenserver/docker-machine-driver-xenserver
``` ```
# Usage # Usage

Loading…
Cancel
Save