From b7c9214b81e4d63ffaa4a67af812d8c45038e8d2 Mon Sep 17 00:00:00 2001 From: Jacob Ford Date: Tue, 8 Apr 2025 16:28:34 -0400 Subject: [PATCH] docs: fix Formula Cookbook build command --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 1e92a49938..94d1285545 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -95,7 +95,7 @@ Check out the [License Guidelines](License-Guidelines.md) for examples of comple ### Check the build system ```sh -HOMEBREW_NO_INSTALL_FROM_API=1 brew install --interactive foo +HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --interactive foo ``` You’re now at a new prompt with the tarball extracted to a temporary sandbox.