remove go install and use go get -u

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-12-08 21:17:17 +00:00
parent b7b1c977a1
commit d6e91bba23
1 changed files with 1 additions and 7 deletions

View File

@ -10,14 +10,8 @@ Like the other Docker projects, `swarm` follows the "batteries included but remo
### Installation
######1 - Download the current source code.
```sh
go get github.com/docker/swarm
```
######2 - Compile and install `swarm`
```sh
go install github.com/docker/swarm
go get -u github.com/docker/swarm
```
######3 - Nodes setup