Skip to content

Commit

Permalink
Point to the master branch instead of branch when installing/updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry Seibel committed Dec 14, 2021
1 parent 0fff5df commit 5df04a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[![Join the chat at https://gitter.im/skwp/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/skwp/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/SherrySeibel/dotfiles-1/updated-yard/install.sh \`"
#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/SherrySeibel/dotfiles-1/master/install.sh \`"

**Always be sure to run `rake update` after pulling to ensure plugins are updated**

Expand Down Expand Up @@ -41,14 +41,14 @@ Please use GitHub Issues for pull requests or bug reports only.
To get started please run:

```bash
sh -c "`curl -fsSL https://raw.githubusercontent.com/SherrySeibel/dotfiles-1/updated-yadr/install.sh`"
sh -c "`curl -fsSL https://raw.githubusercontent.com/SherrySeibel/dotfiles-1/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.githubusercontent.com/SherrySeibel/dotfiles-1/updated-yadr/install.sh`" -s ask
sh -c "`curl -fsSL https://raw.githubusercontent.com/SherrySeibel/dotfiles-1/master/install.sh`" -s ask
```

## Wait, you're not done! Do this:
Expand Down

0 comments on commit 5df04a7

Please sign in to comment.