Skip to content

Commit bcdb0e6

Browse files
committed
usage.md: warning on --caskroom
Closes Homebrew#10009.
1 parent 0e9ec74 commit bcdb0e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

USAGE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ $ brew cask install caskroom/fonts/font-symbola
180180
You can also modify the default installation locations used when issuing `brew cask install`:
181181

182182
* `--caskroom=/my/path` determines where the actual applications will be located.
183-
Default is `/opt/homebrew-cask/Caskroom`
183+
Should be handled with care — setting it outside `/opt` or your home directory might mess up your system.
184+
Default is `/opt/homebrew-cask/Caskroom`.
184185
* `--appdir=/my/path` changes the path where the symlinks to the applications (above)
185186
will be generated. This is commonly used to create the links in the _root_ Applications directory
186187
instead of the _home_ Applications directory by specifying `--appdir=/Applications`. Default is `~/Applications`.

0 commit comments

Comments
 (0)