From 4162490a1f152acfff252440186d9a678543fbd1 Mon Sep 17 00:00:00 2001 From: Martin Lazarov Date: Mon, 5 Jan 2015 14:18:32 +0200 Subject: [PATCH] Updating github raw userdata urls to githubusercontent.com --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 984bde0..01f454d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Yet Another Dotfile Repo v1.1 # Now with Prezto and Vundle! - sh -c "`curl -fsSL https://raw.github.com/skwp/dotfiles/master/install.sh`" + sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`" **Always be sure to run `rake update` after pulling to ensure plugins are updated** @@ -36,14 +36,14 @@ Please use GitHub Issues for pull requests or bug reports only. To get started please run: ```bash -sh -c "`curl -fsSL https://raw.github.com/skwp/dotfiles/master/install.sh`" +sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`" ``` **Note:** YADR will automatically install all of its subcomponents. If you want to be asked about each one, use: ```bash -sh -c "`curl -fsSL https://raw.github.com/skwp/dotfiles/master/install.sh`" -s ask +sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`" -s ask ``` ## Wait, you're not done! Do this: