diff --git a/docs/install.md b/docs/install.md index 854e9995..ad22f971 100644 --- a/docs/install.md +++ b/docs/install.md @@ -205,10 +205,16 @@ ntfy --help ``` !!! info - There is a [GitHub issue](https://github.com/binwiederhier/ntfy/issues/286) about making ntfy installable via - [Homebrew](https://brew.sh/). I'll eventually get to that, but I'd also love if somebody else stepped up to do it. - Also, you can build and run the ntfy server on macOS as well, though I don't officially support that. - Check out the [build instructions](develop.md) for details. + Only the ntfy CLI is supported on macOS. ntfy server is currently not supported, but you can build and run it for + development as well. Check out the [build instructions](develop.md) for details. + +## Homebrew +To install the [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) via Homebrew (Linux and macOS), +simply run: +``` +brew install ntfy +``` + ## Windows The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on Windows as well. diff --git a/docs/releases.md b/docs/releases.md index 8051c25a..df2c1fff 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1166,6 +1166,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release ### ntfy server v2.4.0 (UNRELEASED) +**Features:** + +* [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) can now be installed via Homebrew (thanks to [@Moulick](https://github.com/Moulick)) + **Bug fixes + maintenance:** * Hide country flags on Windows ([#606](https://github.com/binwiederhier/ntfy/issues/606), thanks to [@cmeis](https://github.com/cmeis) for reporting, and to [@pokej6](https://github.com/pokej6) for fixing it)