mirror of https://github.com/docker/docs.git
Update README.md
This commit is contained in:
parent
ff2acaeb46
commit
f3f4ab5153
|
@ -10,12 +10,12 @@ Like the other Docker projects, `swarm` follows the "batteries included but remo
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1: Download the current source code.
|
######1 - Download the current source code.
|
||||||
```sh
|
```sh
|
||||||
go get github.com/docker/swarm
|
go get github.com/docker/swarm
|
||||||
```
|
```
|
||||||
|
|
||||||
2: Compile and install swarm
|
######2 - Compile and install `swarm`
|
||||||
```sh
|
```sh
|
||||||
go install github.com/docker/swarm
|
go install github.com/docker/swarm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue