Merge pull request #587 from mlazarov/master

Updating github raw userdata urls to githubusercontent.com
This commit is contained in:
Yan Pritzker 2015-01-05 06:24:31 -06:00
commit 2ceebe434c

View File

@ -8,7 +8,7 @@
# Yet Another Dotfile Repo v1.1 # Yet Another Dotfile Repo v1.1
# Now with Prezto and Vundle! # 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** **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: To get started please run:
```bash ```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 **Note:** YADR will automatically install all of its subcomponents. If you want to be asked
about each one, use: about each one, use:
```bash ```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: ## Wait, you're not done! Do this: