summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-10-30 08:48:50 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2014-10-30 08:48:50 +0100
commita2e46cf12fbfd9446bb6c2cc7e0fa8f0e467c668 (patch)
tree1852d897726a7593888bb74b34ee209063b29137
parent905004fdc37abd39645e29174927f56f3337e270 (diff)
parent1f62cb3ee7c4e163472c4268016ac933de26ada5 (diff)
downloadgitlab-ce-a2e46cf12fbfd9446bb6c2cc7e0fa8f0e467c668.tar.gz
Merge pull request #8191 from bbodenmiller/patch-4
fix git installation
-rw-r--r--doc/install/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index ac6535b0c86..94bd22818e5 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -76,6 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source.
cd /tmp
curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.1.2.tar.gz | tar xz
cd git-2.1.2/
+ ./configure
make prefix=/usr/local all
# Install into /usr/local/bin