diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-22 01:28:50 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-22 01:28:50 -0700 |
commit | 707cea8d45c45a2f840a5d053092e699912cb8a8 (patch) | |
tree | 81d7b6205e5e64364eeb287081eef61996dc8849 /doc | |
parent | f602be2e284dab308372ba10a756c6aa1c7069d4 (diff) | |
parent | 66d239f97240501e83a41840a9afe587166fc2bf (diff) | |
download | gitlab-ce-707cea8d45c45a2f840a5d053092e699912cb8a8.tar.gz |
Merge pull request #4600 from lukaselmer/patch-1
Replace vim by editor
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 4eb767e41cf..2cf08aafd6a 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -190,7 +190,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, # Enable cluster mode if you expect to have a high load instance # Ex. change amount of workers to 3 for 2GB RAM server - sudo -u git -H vim config/unicorn.rb + sudo -u git -H editor config/unicorn.rb # Configure Git global settings for git user, useful when editing via web # Edit user.email according to what is set in gitlab.yml |