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