Commit 66d239f97240501e83a41840a9afe587166fc2bf

Authored by Lukas Elmer
1 parent d3c429ed

Replace vim by editor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -190,7 +190,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version,
190 190  
191 191 # Enable cluster mode if you expect to have a high load instance
192 192 # Ex. change amount of workers to 3 for 2GB RAM server
193   - sudo -u git -H vim config/unicorn.rb
  193 + sudo -u git -H editor config/unicorn.rb
194 194  
195 195 # Configure Git global settings for git user, useful when editing via web
196 196 # Edit user.email according to what is set in gitlab.yml
... ...