From 3f19ac8c5a57dcc89e1514b49d152b6e13d5ed0c Mon Sep 17 00:00:00 2001 From: Ranjandas Date: Tue, 27 Jan 2015 11:07:04 +1100 Subject: [PATCH] Updated Readme.md to include git client `go get ` command requires git client to be present in the system to work, so added the instruction to get git installed with golang package. Signed-off-by: Ranjandas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf9e890c0e..c6692bc4fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Like the other Docker projects, `swarm` follows the "batteries included but remo ### Installation ######1 - Download and install the current source code. -Ensure you have golang installed (e.g. `apt-get install golang` on Ubuntu). +Ensure you have golang and git client installed (e.g. `apt-get install golang git` on Ubuntu). You may need to set `$GOPATH`, e.g `mkdir ~/gocode; export GOPATH=~/gocode`. The install `swarm` binary to your `$GOPATH` directory.