Skip to content

Commit

Permalink
fixed windows doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vgod committed Sep 2, 2011
1 parent 534a0d0 commit 0ca0d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ MANUALLY INSTALL ON WINDOWS

1. Check out from github

cd C:\Program Files\Vim (or the path to Vim)
cd C:\Program Files\Vim (or your installed 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.
2. Install vimrc. Add the following line at the end of C:\Program Files\Vim\vimrc.

source $VIM/vimfiles/vimrc

Expand Down

0 comments on commit 0ca0d01

Please sign in to comment.