From 346db8f4d847b1ebf4aa443d0ccf0f97e495895b Mon Sep 17 00:00:00 2001 From: Matthew Vance Date: Sat, 26 Apr 2014 21:04:15 -0300 Subject: [PATCH] Noted Vim is also an installation requirement. --- README.md | 5 +++-- doc/vundle.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f25cab..c8516c9 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ 1. Introduction: - Installation requires [Git] and triggers [`git clone`] for each configured repository to `~/.vim/bundle/` by default. - Curl is required for search. + Installation requires `Vim` (`MacVim` and `gVim` also work) and `Git`. + A git clone is triggered for each configured repository to `~/.vim/bundle/` + by default. Curl is required for search. If you are using Windows, go directly to [Windows setup]. If you run into any issues, please consult the [FAQ]. See [Tips] for some advanced configurations. diff --git a/doc/vundle.txt b/doc/vundle.txt index 63c0b1c..adb3ea1 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -49,8 +49,9 @@ more information. 1. Introduction: - Installation requires `Git` and triggers git clone for each configured - repository to `~/.vim/bundle/` by default. Curl is required for search. + Installation requires `Vim` (`MacVim` and `gVim` also work) and `Git`. + A git clone is triggered for each configured repository to `~/.vim/bundle/` + by default. Curl is required for search. *vundle-windows* If you are using Windows, see instructions on the Wiki