Update README.md

This commit is contained in:
Victor Vieux 2014-12-03 13:51:09 +01:00
parent ff2acaeb46
commit f3f4ab5153
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +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
```