From ff2acaeb46d3994fc78357b9cdea69e5237464af Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 3 Dec 2014 13:47:12 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88c1cc2516..d05de5704b 100644 --- a/README.md +++ b/README.md @@ -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 ```