Skip to content

Commit

Permalink
Clarified that what goes to /Applications are links
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Apr 12, 2013
1 parent b4f2933 commit 85ea4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 85ea4b5

Please sign in to comment.