Fix installatiion doc

This commit is contained in:
Dmitriy Zaporozhets 2012-12-09 16:05:24 +02:00
parent f1dfc27c5d
commit a76a34dd1d

View file

@ -86,7 +86,7 @@ Create a user for GitLab:
sudo adduser --disabled-login --gecos 'GitLab' gitlab
# Add it to the git group
sudo addmod -a -G git gitlab
sudo usermod -a -G git gitlab
# Generate the SSH key
sudo -u gitlab -H ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa