Browse Source

Noted Vim is also an installation requirement.

pull/458/head
Matthew Vance 12 years ago
parent
commit
346db8f4d8
2 changed files with 6 additions and 4 deletions
  1. +3
    -2
      README.md
  2. +3
    -2
      doc/vundle.txt

+ 3
- 2
README.md View File

@ -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.


+ 3
- 2
doc/vundle.txt View File

@ -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


Loading…
Cancel
Save