diff --git a/docs/getting-started.md b/docs/getting-started.md index bef76ce..dd3466c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,6 +12,14 @@ For macOS or Linux, use the installation script: curl -fsSL https://raw.githubusercontent.com/ryanfowler/fetch/main/install.sh | bash ``` +### Homebrew + +For macOS or Linux, install with [Homebrew](https://brew.sh): + +```sh +brew install ryanfowler/tap/fetch +``` + ### Building from Source If you have Go installed: