diff --git a/README.md b/README.md index 16fbdbeb..ba8c285a 100644 --- a/README.md +++ b/README.md @@ -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" . ```