Update caveats.md

This commit is contained in:
miccal 2016-10-05 13:12:16 +08:00 committed by GitHub
parent 9e58362794
commit 1e3fc0a808
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# caveats
Sometimes there are particularities with the installation of a piece of software that cannot or should not be handled programatically by Homebrew-Cask. In those instances, `caveats` is the way to inform the user. Information in `caveats` is displayed when a cask is invoked with either `install` or `info`.
Sometimes there are particularities with the installation of a piece of software that cannot or should not be handled programmatically by Homebrew-Cask. In those instances, `caveats` is the way to inform the user. Information in `caveats` is displayed when a cask is invoked with either `install` or `info`.
To avoid flooding users with too many messages (thus desensitising them to the important ones), `caveats` should be used sparingly and exclusively for installation-related matters. If youre not sure a `caveat` you find pertinent is installation-related or not, ask a maintainer. As a general rule, if your case isnt already covered in our comprehensive [`caveats Mini-DSL`](#caveats-mini-dsl), its unlikely to be accepted.