diff --git a/README.md b/README.md index 6384ad382c9c..c6547121b888 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Getting Started You'll need Docker and the Go language compilation tools installed. 1. [Install Docker](https://docs.docker.com/installation/#installation) + and add your user to the 'docker' group + + $ sudo usermod -G docker -a `whoami` + $ newgrp docker + + After doing this, confirm you can list docker processes as your user: + + $ docker ps + 2. [Install the Go language toolkit](http://golang.org/doc/install) and set your [GOPATH](http://golang.org/doc/code.html#GOPATH) 3. Clone this git repository through the Go tools: