From cbf895ed74a26d53dce9eadbdd31f3799fa3a056 Mon Sep 17 00:00:00 2001 From: Anthony Corletti Date: Sun, 14 Jun 2026 16:17:38 -0400 Subject: [PATCH] Update index.md Add trust call for newer versions of brew https://docs.brew.sh/Tap-Trust Signed-off-by: Anthony Corletti --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 5e759b8..cc44aaf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,9 @@ install `datumctl` via our official tap: # Tap the Datum Cloud formula repository (only needs to be done once) brew tap datum-cloud/homebrew-tap +# Trust the datumctl formula +brew trust --formula datum-cloud/homebrew-tap/datumctl + # Install datumctl brew install datumctl