From caf770f337b3b4195c2a67ad94b0c4ec10e3ec2c Mon Sep 17 00:00:00 2001 From: unfrgivn Date: Mon, 8 Jul 2024 13:08:45 -0500 Subject: [PATCH] docs: update README with new parameter --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b4250f..a03790c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ jobs: # Optional - string custom_require: custom_download_strategy + # Allows you to add custom includes inside the formula class, before dependencies and install blocks. + # Optional - string + formula_includes: 'include Language::Python::Virtualenv' + # Override the automatically detected version of a formula with an explicit value. # This option should only be used if Homebrew cannot automatically detect the version when generating # the Homebrew formula. Including this when not necessary could lead to uninstallable formula that may