From 251c002bdc825c8ce1f317f657ea7f93bccdadb2 Mon Sep 17 00:00:00 2001 From: billwanjohi Date: Sat, 14 Sep 2013 17:03:51 -0500 Subject: [PATCH] contributing.md: symlink to taps instead of home The rest of the contribution instructions have people working on the clone already in brew taps. This just updates a reference that is still pointing to the would-be contributors' home directory. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 796bee47a..6cacd43c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.