From 8795e1a65ecfa76f5355e986377cf37e43aefdbd Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Thu, 14 Jul 2016 21:39:02 -0700 Subject: [PATCH] Added Linux instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad17e8cf..489ec5f9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ This is useful to install on remote servers where you don't need many plugins an Use [msysgit](http://msysgit.github.com/) to checkout the repository and run the installation instructions above. No special instructions needed ;-) +## How to install on Linux + +If you have vim aliased as `vi` instead of `vim`, make sure to either alias it: `alias vi=vim`. Otherwise, `apt-get install vim` + ## How to update to latest version? Simply just do a git rebase!