diff --git a/doc/install/installation.md b/doc/install/installation.md index 697b82b4..e8b187b7 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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