docs: added depends_on_java caveat

This commit is contained in:
Vítor Galvão 2016-01-05 15:17:45 +00:00
parent 58f74c4b2e
commit 62d1e71222
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ The following methods may be called to generate standard warning messages:
| --------------------------------- | ----------- |
| `path_environment_variable(path)` | users should make sure `path` is in their `$PATH` environment variable
| `zsh_path_helper(path)` | zsh users must take additional steps to make sure `path` is in their `$PATH` environment variable
| `depends_on_java(version)` | users should make sure they have the specified version of java installed (`version` should be one of `6`, `7`, or empty for `8`)
| `logout` | users should log out and log back in to complete installation
| `reboot` | users should reboot to complete installation
| `files_in_usr_local` | the Cask installs files to `/usr/local`, which may confuse Homebrew