README: added git clone command to installation section

This commit is contained in:
Sameer Naik 2013-10-29 00:29:09 +05:30
parent 91973cd31c
commit 2fdc59c9e1

View File

@ -5,6 +5,8 @@ Dockerfile to build a GitLab container image.
## Installation
```bash
git clone https://github.com/sameersbn/docker-gitlab.git
cd docker-gitlab
sudo docker build -t="gitlabhq/gitlab" .
```