From 5df04a74a64c6e26208cbcba2496023cb4399d6d Mon Sep 17 00:00:00 2001 From: Sherry Seibel Date: Tue, 14 Dec 2021 10:46:10 -0500 Subject: [PATCH] Point to the master branch instead of branch when installing/updating --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e7ac0a158..a9aadbd0f7 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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: