Skip to content

Commit

Permalink
add install doc for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vgod committed Sep 2, 2011
1 parent ffc353e commit 534a0d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,22 @@ MANUALLY INSTALL
cd .vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make

MANUALLY INSTALL ON WINDOWS
---------------------------

1. Check out from github

cd C:\Program Files\Vim (or the path to Vim)
rmdir /s vimfiles (This deletes your old vim configurations. If you want to keep it, use move instead of rmdir.)
git clone git://github.com/vgod/vimrc.git vimfiles
git submodule update --init

2. Install vimrc. Add the following line in the end of cd C:\Program Files\Vim\vimrc.

source $VIM/vimfiles/vimrc



INSTALL & UPGRADE PLUGIN BUNDLES
--------------------------------
Expand Down

0 comments on commit 534a0d0

Please sign in to comment.