From d7f93391f6aa0e5a27e6bd44b6fe96f380e9a1aa Mon Sep 17 00:00:00 2001 From: Rob Conery Date: Fri, 27 Apr 2012 09:10:32 -1000 Subject: [PATCH] Update README.rdoc --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 005dfeb..75d00a7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,8 +8,8 @@ This is based of the scrooloose repo, minus some menu settings and so on. The simplest thing you can do is to create a "VimSettings" directory somewhere on your drive. Mines in my home root (~/). Just do a git clone from this repo and put it to your drive somewhere, then you need to setup some aliases to point to the vimrc and gvimrc files. By default, Vim will look for these files in your root, so you'll need to alias them like this: - ln -s ~/VimSettings/vimrc .vimrc - ln -s ~/VimSettings/gvimrc .gvimrc + ln -s ~/VimSettings/vimrc .vimrc + ln -s ~/VimSettings/gvimrc .gvimrc == Submodules The code snippets are in git submodules - run this to sync them up: