Commit f4d94e82 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '288852-docs-remove-vim-setup' into 'master'

Docs: remove Vim setup from GitLab install instructions

See merge request gitlab-org/gitlab!49746
parents d3714bd5 3653afa8
......@@ -102,16 +102,6 @@ apt-get upgrade -y
apt-get install sudo -y
```
During this installation, some files need to be edited manually. If you are familiar
with vim, set it as default editor with the commands below. If you are not familiar
with vim, skip this and keep using the default editor:
```shell
# Install vim and set as default editor
sudo apt-get install -y vim
sudo update-alternatives --set editor /usr/bin/vim.basic
```
### Build dependencies
Install the required packages (needed to compile Ruby and native extensions to Ruby gems):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment