diff --git a/README.md b/README.md index 170de2f0..afd30e18 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,6 @@ There are two versions: I would of course recommend using the awesome version. - -## How to install the Basic version? -The basic version is basically just one file and no plugins. You can check out [basic.vim](https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim). - -This is useful to install on remote servers where you don't need many plugins and you don't do many edits. - - git clone git://github.com/amix/vimrc.git ~/.vim_runtime - sh ~/.vim_runtime/install_basic_vimrc.sh - - ## How to install the Awesome version? The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following: @@ -29,6 +19,15 @@ The taglist.vim plugin will require ctags (http://ctags.sourceforge.net) (Debian I also recommend using [Source Code Pro font from Adobe](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) (it's free and awesome font for writing and programming). The Awesome vimrc is already setup to try to use it +## How to install the Basic version? +The basic version is basically just one file and no plugins. You can check out [basic.vim](https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim). + +This is useful to install on remote servers where you don't need many plugins and you don't do many edits. + + git clone git://github.com/amix/vimrc.git ~/.vim_runtime + sh ~/.vim_runtime/install_basic_vimrc.sh + + ## How to install on Windows? Use [msysgit](http://msysgit.github.com/) to checkout the repository and run the installation instructions above. No special instructions needed ;-)