Update README.md

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

View File

@ -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
```