From 5422da8d42b00979598e2556a27beeb29dca0878 Mon Sep 17 00:00:00 2001 From: Henry Hazan Date: Sat, 19 Sep 2015 20:42:37 -0400 Subject: [PATCH 1/2] fix github URL path to raw files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ede46e..aed1285 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ After you can run the bash script from this repo which will take care of everything but will do something terrible if you already have any of `.vim` or `.vimrc`. But it works great on a clean set up: - $ curl https://raw.github.com/Slava/vimrc/master/install-script.sh > install-script.sh + $ curl https://raw.githubusercontent.com/henry-hz/vimrc/master/install-script.sh > install-script.sh $ bash ./install-script.sh Manual installation @@ -129,7 +129,7 @@ Finish installation by installing `tern-meteor`: $ cd ~/.vim/bundle/tern_for_vim/ $ npm install - $ curl https://raw.github.com/Slava/tern-meteor/master/meteor.js > node_modules/tern/plugin/meteor.js + $ curl https://raw.githubusercontent.com/Slava/tern-meteor/master/meteor.js > node_modules/tern/plugin/meteor.js From 4fa04a494c5b6368e90cc28cfeb6eb6f44523e39 Mon Sep 17 00:00:00 2001 From: Henry Hazan Date: Sat, 19 Sep 2015 20:46:25 -0400 Subject: [PATCH 2/2] fix URL raw address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed1285..c32bb51 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ After you can run the bash script from this repo which will take care of everything but will do something terrible if you already have any of `.vim` or `.vimrc`. But it works great on a clean set up: - $ curl https://raw.githubusercontent.com/henry-hz/vimrc/master/install-script.sh > install-script.sh + $ curl https://raw.githubusercontent.com/Slava/vimrc/master/install-script.sh > install-script.sh $ bash ./install-script.sh Manual installation