Couple more tweaks to the readme

This commit is contained in:
Nate Kane 2010-12-29 21:34:18 +10:00
parent a7d8f3dce7
commit 38a4501224

View File

@ -11,9 +11,9 @@ Indent Guides is a plugin for visually displaying indent levels in vim.
* vim 7.2+ * vim 7.2+
## Installation ## Installation
To install the plugin just copy `autoload`, `plugin`, `doc` directories into your .vim directory. To install the plugin just copy `autoload`, `plugin`, `doc` directories into your `.vim` directory.
Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) installed, just clone this repo into a subdirectory of your .vim/bundle directory like so: Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) installed, just clone this repo into a subdirectory of your `.vim/bundle` directory like so:
cd ~/.vim/bundle cd ~/.vim/bundle
git clone git://github.com/nathanaelkane/vim-indent-guides.git git clone git://github.com/nathanaelkane/vim-indent-guides.git