From 55b5f6ceea6ecdc707e733867cc8c4d78ab22b20 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sun, 15 Jun 2014 20:12:42 +0100 Subject: [PATCH] Mention x11_required caveat in docs --- doc/CASK_LANGUAGE_REFERENCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index dc60888e1e97a..00460a6938e3e 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -149,6 +149,7 @@ The following methods may be called to generate standard warning messages: | `files_in_usr_local` | The Cask installs files to `/usr/local`, which may confuse Homebrew | `arch_only(list)` | The Cask only supports certain architectures. Currently valid elements of `list` are `intel-32` and `intel-64` | `os_version_only(list)` | The Cask only supports certain OS X Versions. Currently valid elements of `list` are `10.5`, `10.6`, `10.7`, `10.8`, and `10.9` +| `x11_required` | The Cask requires X11 to run Example: