diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c09447..5b35cf42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com). ### Added - Add a spellcheck option to Settings. Allows for enabling / disabling, and selecting custom spellcheck dictionaries on Windows and Linux. Thanks [@JoeJoeflyn](https://github.com/JoeJoeflyn)! [#234](https://github.com/bholmesdev/hubble.md/pull/234) +- macOS users can now install Hubble via Homebrew with `brew tap PARAM-ship/hubble && brew install --cask hubble-md`. Thanks [@paramcodes](https://github.com/paramcodes)! [#264](https://github.com/bholmesdev/hubble.md/pull/264) ### Changed diff --git a/README.md b/README.md index e4453041..3bfd0ef5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,24 @@ Hubble ships as a desktop app. Install the latest build from the [releases page] macOS, Windows, and Linux are supported. macOS builds are signed and notarized; Windows and Linux builds are unsigned, so your OS may warn before the first launch. +### Homebrew (macOS) + +For macOS users, you can also install Hubble via Homebrew: + +```sh +brew tap PARAM-ship/hubble +brew install --cask hubble-md +``` + +To update an existing installation: + +```sh +brew update +brew upgrade --cask hubble-md +``` + +The Homebrew tap is maintained by the community and automatically updates when new Hubble.md releases are published. + ## Compile from source Want to build Hubble directly? First, install the prerequisites: