Skip to content

Commit

Permalink
all_stanzas.md: be more precise in binary installation dir (Homebrew#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao authored Jan 10, 2017
1 parent 5edbe1b commit b9e5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cask_language_reference/all_stanzas.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Each Cask must declare one or more *artifacts* (i.e. something to install).
| ------------------ |------------------------------ | ----------- |
| `app` | yes | relative path to an `.app` that should be moved into the `/Applications` folder on installation (see also [App Stanza Details](stanzas/app.md))
| `pkg` | yes | relative path to a `.pkg` file containing the distribution (see also [Pkg Stanza Details](stanzas/pkg.md))
| `binary` | yes | relative path to a Binary that should be linked into the `/usr/local/bin` folder on installation
| `binary`           | yes                           | relative path to a Binary that should be linked into the `$(brew --prefix)/bin` folder (typically `/usr/local/bin`) on installation
| `colorpicker` | yes | relative path to a ColorPicker plugin that should be moved into the `~/Library/ColorPickers` folder on installation
| `dictionary` | yes | relative path to a Dictionary that should be moved into the `~/Library/Dictionaries` folder on installation
| `font` | yes | relative path to a Font that should be moved into the `~/Library/Fonts` folder on installation
Expand Down

0 comments on commit b9e5132

Please sign in to comment.