Skip to content

Commit

Permalink
Merge pull request #94 from mattt/patch-1
Browse files Browse the repository at this point in the history
Add missing argument to `brew install` command in Fly.io doc
  • Loading branch information
jacobwgillespie authored Nov 20, 2024
2 parents c23d1ee + 2c11266 commit 593b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/integrations/fly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 593b2c6

Please sign in to comment.