From f0a7be6ebc092489ea8adecbf771f15d7f1bca72 Mon Sep 17 00:00:00 2001 From: Jacob Spizziri Date: Sat, 31 Mar 2018 10:05:20 -0500 Subject: [PATCH 1/2] doc(README.md): Update documentation on including... (#406) ... your own plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ffc0cf..f697833a 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ After you have installed the setup, you can create **~/.vim_runtime/my_configs.v You can also install your plugins, for instance, via pathogen you can install [vim-rails](https://github.com/tpope/vim-rails): cd ~/.vim_runtime - git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails + git clone git://github.com/tpope/vim-rails.git my_plugins/vim-rails ## Key Mappings From 92c9100a4504b27a2924b511a80acfb2e3eae534 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Sat, 31 Mar 2018 23:05:46 +0800 Subject: [PATCH 2/2] change to new site (#405) site has changed to gitforwindows.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f697833a..adc63d24 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The basic version is useful to install on remote servers where you don't need ma ## 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 ;-) +Use [gitforwindows](http://gitforwindows.org/) to checkout the repository and run the installation instructions above. No special instructions needed ;-) ## How to install on Linux