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