Merge pull request #1018 from billwanjohi/contributing_tweak

contributing.md: symlink to taps instead of home
This commit is contained in:
Paul Hinze 2013-09-14 20:09:00 -07:00
commit 1efae593da

View file

@ -182,7 +182,7 @@ this:
```bash
$ cd $(brew --prefix brew-cask)
$ mv rubylib{,.orig}
$ ln -s ~/homebrew-cask/lib rubylib
$ ln -s $(brew --prefix)/Library/Taps/phinze-cask/lib rubylib
```
Now you can hack on `~/homebrew-cask` and use the cli to interact with the code.