From 85ea4b5909eb622d51023b4d6ff61621b9f54f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 12 Apr 2013 15:19:31 +0100 Subject: [PATCH] Clarified that what goes to /Applications are links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5fede0a1..d7a6c3510 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,10 @@ You can set options on the command-line and/or using the `HOMEBREW_CASK_OPTS` en # This probably should happen in your ~/.{ba|z}shrc $ export HOMEBREW_CASK_OPTS="--appdir=/Applications" -# Installs to /Applications +# Installs app links to /Applications $ brew cask install google-chrome -# Trumps the ENV and installs to ~/Applications +# Trumps the ENV and installs app links to ~/Applications $ brew cask install --appdir="~/Applications" google-chrome ```