From 2c11266539a999fddb719c1cd2a68eab3ac9e92f Mon Sep 17 00:00:00 2001 From: Mattt Date: Tue, 19 Nov 2024 08:45:14 -0800 Subject: [PATCH] Add missing argument to brew install command --- content/integrations/fly.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/fly.mdx b/content/integrations/fly.mdx index a03e4e6..49eb00d 100644 --- a/content/integrations/fly.mdx +++ b/content/integrations/fly.mdx @@ -19,7 +19,7 @@ Before you can build and push your container images with Depot to your Fly regis With an account and project, all that is left is [installing the Depot CLI](/docs/cli/installation) by running the following command: ```shell -brew install # for Mac +brew install depot/tap/depot # for Mac curl -L https://depot.dev/install-cli.sh | sh # for Linux ```