From d6e91bba23db81d227a171c00866f7620552bb42 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 8 Dec 2014 21:17:17 +0000 Subject: [PATCH] remove go install and use go get -u Signed-off-by: Victor Vieux --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 73f62a5e00..a90ac88753 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,8 @@ Like the other Docker projects, `swarm` follows the "batteries included but remo ### Installation -######1 - Download the current source code. ```sh -go get github.com/docker/swarm -``` - -######2 - Compile and install `swarm` -```sh -go install github.com/docker/swarm +go get -u github.com/docker/swarm ``` ######3 - Nodes setup