From e10136999437bfcfd810ced0c629a84101e4a007 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 27 May 2014 13:06:20 +0200 Subject: Use newer version of git in installation doc. --- README.md | 2 +- doc/install/installation.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 283336b9e4d..b32c4a99143 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ * Ubuntu/Debian/CentOS/RHEL** * ruby 1.9.3+ -* git 1.7.10+ +* git 1.9.3+ * redis 2.0+ * MySQL or PostgreSQL diff --git a/doc/install/installation.md b/doc/install/installation.md index 44f5a28fde5..9a02f3af60a 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -60,7 +60,7 @@ Make sure you have the right version of Git installed # Install Git sudo apt-get install -y git-core - # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.8.4 + # Make sure Git is version 1.9.3 or higher, for example 1.9.3 git --version Is the system packaged Git too old? Remove it and compile from source. @@ -73,8 +73,8 @@ Is the system packaged Git too old? Remove it and compile from source. # Download and compile from source cd /tmp - curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz - cd git-1.8.5.2/ + curl --progress https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz | tar xz + cd git-1.9.3/ make prefix=/usr/local all # Install into /usr/local/bin -- cgit v1.2.1 From 82855e078f7cfa55396522305d7f3408dad4019a Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 27 May 2014 16:36:14 +0200 Subject: Keep the lowest requirement for git in the documentation. --- README.md | 2 +- doc/install/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b32c4a99143..283336b9e4d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ * Ubuntu/Debian/CentOS/RHEL** * ruby 1.9.3+ -* git 1.9.3+ +* git 1.7.10+ * redis 2.0+ * MySQL or PostgreSQL diff --git a/doc/install/installation.md b/doc/install/installation.md index 9a02f3af60a..47adf17cdc9 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -60,7 +60,7 @@ Make sure you have the right version of Git installed # Install Git sudo apt-get install -y git-core - # Make sure Git is version 1.9.3 or higher, for example 1.9.3 + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3 git --version Is the system packaged Git too old? Remove it and compile from source. -- cgit v1.2.1