Add -v flag for go get swarmit

This commit is contained in:
Jerome Petazzoni
2016-06-28 16:47:18 -07:00
parent c742c39ed9
commit d2f6e88fd1

View File

@@ -2300,14 +2300,12 @@ If only we could do a rolling upgrade!
- Download, compile, install SwarmKit with this one-liner:
```bash
docker run -v /usr/local/bin:/go/bin golang \
go get github.com/docker/swarmkit/...
go get `-v` github.com/docker/swarmkit/...
```
]
--
(CONTAINERS!)
(Remove `-v` if you don't like verbose things!)
---