diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 12:26:56 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:21 +0100 |
commit | c50c6023f601b2b79627c8c2afcafd9e429f3b0b (patch) | |
tree | 7f5c2817f1644689b614bb4e3309183da2d391eb /docs/installing | |
parent | 43873bb262cbc1c89f762987441db5cfffd178ec (diff) |
Vim not actually required.
I suggest we let people figure out their own editor.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 756da5f69..9cfda4704 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -59,9 +59,9 @@ Update the Operating System with the latest packages apt-get update -y apt-get upgrade -y -`sudo` is not installed on Debian by default. Install it along with `vim` (a useful text editor) and `git` (the version control tool we'll use to get a copy of the Alaveteli code). +`sudo` is not installed on Debian by default. Install it along with `git` (the version control tool we'll use to get a copy of the Alaveteli code). - apt-get install -y sudo vim git-core + apt-get install -y sudo git-core ### Prepare to install system dependencies using OS packages |