From 661cce07f23e47ac02a9efe4beecdca7321c20f6 Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Sat, 27 Apr 2013 22:18:28 -0700 Subject: [PATCH] Update README.md with new location of caskroom. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7a6c3510..618a30191 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Cool, there it is. Let's install it. $ brew cask install google-chrome Downloading... - Success! google-chrome installed to /usr/local/Caskroom/google-chrome/stable-channel + Success! google-chrome installed to /opt/homebrew-cask/Caskroom/google-chrome/stable-channel Now we have `Google Chrome.app` in our Caskroom. Cool. @@ -47,7 +47,7 @@ Integration"](#alfred-integration) below for an idea that makes this step unnecessary): $ brew cask linkapps - /Users/phinze/Applications/Google Chrome.app -> /usr/local/Caskroom/google-chrome/17.0.963.56/Google Chrome.app + /Users/phinze/Applications/Google Chrome.app -> /opt/homebrew-cask/Caskroom/google-chrome/17.0.963.56/Google Chrome.app And there we have it. Google Chrome installed with a few quick commands; no clicking, no dragging, no dropping. @@ -134,7 +134,7 @@ $ brew cask install --appdir="~/Applications" google-chrome # Alfred Integration I've been using Casks along with Alfred to great effect. Just add -`/usr/local/Caskroom` as a Search Scope in Alfred's preferences (you +`/opt/homebrew-cask/Caskroom` as a Search Scope in Alfred's preferences (you may need to press Cmd-Shift-G in the file chooser), and then applications become available in Alfred immediately after a `brew cask install`. Your fingertips will thank you.