From c50c6023f601b2b79627c8c2afcafd9e429f3b0b Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Aug 2014 12:26:56 +0100 Subject: Vim not actually required. I suggest we let people figure out their own editor. --- docs/installing/manual_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installing/manual_install.md') 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 -- cgit v1.2.3