aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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