aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-19 12:26:56 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:21 +0100
commitc50c6023f601b2b79627c8c2afcafd9e429f3b0b (patch)
tree7f5c2817f1644689b614bb4e3309183da2d391eb
parent43873bb262cbc1c89f762987441db5cfffd178ec (diff)
Vim not actually required.
I suggest we let people figure out their own editor.
-rw-r--r--docs/installing/manual_install.md4
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