Added link to fork Homebrew for the lazy.

Closes Homebrew/homebrew#36087.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Joe Chan 2015-01-20 15:54:11 -08:00 committed by Mike McQuaid
parent af1e9a9610
commit b6a91fb234

View File

@ -4,7 +4,7 @@ The following commands are used by Homebrew's contributors to setup a fork of Ho
To setup a your own fork of the Homebrew repository:
1. Change to the directory containing your Homebrew installation with `cd $(brew --repository)`
2. Fork the Homebrew repository on GitHub. This creates a pushable, personal remote repository. This is needed as only Homebrew maintainers have push access to the main repository.
2. [Fork the Homebrew repository](https://github.com/Homebrew/homebrew/fork) on GitHub. This creates a pushable, personal remote repository. This is needed as only Homebrew maintainers have push access to the main repository.
3. Add the pushable forked repository with `git remote add YOUR_USERNAME https://github.com/YOUR_USERNAME/homebrew.git`
To make a new branch and submit it for review: