Commit 793955cdfc8f2c2e6f19161426b80e63f8bffe02
1 parent
a76bf07a
Exists in
spb-stable
and in
2 other branches
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 | ... | ... |