From 96ca4d66a2aabf207406ea1d03642964c2b05cc4 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 28 Apr 2014 09:51:35 -0500 Subject: [PATCH] Updated vim installation command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81dad64..9b49b6a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ These are mostly direct download links, some are more difficult to install becau mkdir -p ~/.vim/autoload mkdir -p ~/.vim/bundle cd ~/.vim/autoload - curl https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim > pathogen.vim + curl https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim > pathogen.vim cd ~/.vim/bundle git clone git://github.com/scrooloose/nerdtree.git ```