From 55e316f6df3a5ce97a70319350da7a7b086f1a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 30 Sep 2016 16:25:34 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c2374ed8..d653b8751 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,3 @@ # How to Contribute -So you want to contribute to the project. **THIS IS GREAT NEWS!** Seriously. We're -all pretty happy about this. All of the [instructions for contributing from -the homebrew-cask project](https://github.com/caskroom/homebrew-cask/blob/master/CONTRIBUTING.md) -apply, and won't be repeated here. The only changes concern getting set up to -contribute: - -## Getting set up to contribute - -1. Fork the repository in GitHub with the 'Fork' button -2. Add your GitHub fork as a remote for your homebrew-cask Tap - -```bash -github_user='' -cd $(brew --prefix)/Library/Taps/caskroom/homebrew-versions -git remote add $github_user https://github.com/$github_user/homebrew-versions -``` +All of the [instructions for contributing from the main repository](https://github.com/caskroom/homebrew-cask/blob/master/CONTRIBUTING.md) apply, and won't be repeated here. You simply need to change references to `caskroom/homebrew-cask` (that repository) to `caskroom/homebrew-versions` (this repository).