Updating github raw userdata urls to githubusercontent.com
This commit is contained in:
parent
96679d26d6
commit
4162490a1f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user