summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 12:40:28 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 12:40:28 +0300
commit1687095db6210adc82a0b250541742179b188a88 (patch)
tree67ff6d956ad669c6f8dec070cc0b60060e2ed198 /doc
parentc4c877e4330feb4684284a067fd0acf4a7a1dfaa (diff)
parenta93ae9dc619f8965a9a55393147f5ccef767def7 (diff)
downloadgitlab-ce-1687095db6210adc82a0b250541742179b188a88.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 123487f7869..4f5d5f50c16 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -76,7 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source.
# Install into /usr/local/bin
sudo make prefix=/usr/local install
- # When editing config/gitlab.yml (Step 6), change the git bin_path to /usr/local/bin/git
+ # When editing config/gitlab.yml (Step 5), change the git bin_path to /usr/local/bin/git
**Note:** In order to receive mail notifications, make sure to install a mail server. By default, Debian is shipped with exim4 whereas Ubuntu does not ship with one. The recommended mail server is postfix and you can install it with: