mirror of https://github.com/docker/docs.git
remove go install and use go get -u
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
b7b1c977a1
commit
d6e91bba23
|
@ -10,14 +10,8 @@ Like the other Docker projects, `swarm` follows the "batteries included but remo
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
######1 - Download the current source code.
|
|
||||||
```sh
|
```sh
|
||||||
go get github.com/docker/swarm
|
go get -u github.com/docker/swarm
|
||||||
```
|
|
||||||
|
|
||||||
######2 - Compile and install `swarm`
|
|
||||||
```sh
|
|
||||||
go install github.com/docker/swarm
|
|
||||||
```
|
```
|
||||||
|
|
||||||
######3 - Nodes setup
|
######3 - Nodes setup
|
||||||
|
|
Loading…
Reference in New Issue