Commit a93ae9dc619f8965a9a55393147f5ccef767def7

Authored by Dmitriy Zaporozhets
2 parents f055bad5 793955cd

Merge pull request #7043 from jvanbaarsen/update-installation-dox

We need to change config in step 5
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -76,7 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source.
76 76 # Install into /usr/local/bin
77 77 sudo make prefix=/usr/local install
78 78  
79   - # When editing config/gitlab.yml (Step 6), change the git bin_path to /usr/local/bin/git
  79 + # When editing config/gitlab.yml (Step 5), change the git bin_path to /usr/local/bin/git
80 80  
81 81 **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:
82 82  
... ...