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