From ffb7abd6dab54619c7bd89f1e968588e6c11d123 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 22 Aug 2013 09:50:51 +0200 Subject: [PATCH] Clone the EE repository from gitlab.com --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 6523961d4d..07cc9cd9d4 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -147,7 +147,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install ## Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab + sudo -u git -H git clone https://gitlab.com/subscribers/gitlab-ee.git gitlab # Go to gitlab dir cd /home/git/gitlab