From 0bdcc26ff797580af69234140ae1ba523c9ce94a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:46:45 +0100 Subject: [PATCH] docs(readme): update Homebrew Cask section --- README.md | 57 ++++++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index f07529e..c910169 100644 --- a/README.md +++ b/README.md @@ -82,37 +82,32 @@ for at least a day or two without any obvious issues. ### Homebrew Cask -1. Install the - [`jimeh/emacs-builds`](https://github.com/jimeh/homebrew-emacs-builds) - Homebrew tap: - ``` - brew tap jimeh/emacs-builds - ``` -2. Install one of the available casks: - - `emacs-app` — Latest stable release of Emacs. - ``` - brew install --cask emacs-app - ``` - - `emacs-app-pretest` — Latest pretest build of Emacs. - ``` - brew install --cask emacs-app-pretest - ``` - - `emacs-app-nightly` — Build of Emacs from the `master` branch, updated - every night. - ``` - brew install --cask emacs-app-nightly - ``` - - `emacs-app-monthly` — Build of Emacs from the `master` branch, updated on - the 1st of each month. - ``` - brew install --cask emacs-app-monthly - ``` - - `emacs-app-good` for the latest known good nightly build listed on [#7][7]: - ``` - brew install --cask emacs-app-good - ``` +The [`jimeh/emacs-builds`](https://github.com/jimeh/homebrew-emacs-builds) +Homebrew Tap provides the following casks: -[7]: https://github.com/jimeh/emacs-builds/issues/7 +- `jimeh/emacs-builds/emacs-app` — Latest stable release of Emacs. + ```bash + brew install --cask jimeh/emacs-builds/emacs-app + ``` +- `jimeh/emacs-builds/emacs-app-pretest` — Latest pretest build of Emacs. + ```bash + brew install --cask jimeh/emacs-builds/emacs-app-pretest + ``` +- `jimeh/emacs-builds/emacs-app-nightly` — Build of Emacs from the `master` + branch, updated every night. + ```bash + brew install --cask jimeh/emacs-builds/emacs-app-nightly + ``` +- `jimeh/emacs-builds/emacs-app-monthly` — Build of Emacs from the `master` + branch, updated on the 1st of each month. + ```bash + brew install --cask jimeh/emacs-builds/emacs-app-monthly + ``` +- `jimeh/emacs-builds/emacs-app-good` for the latest known good nightly build + listed on [#7][7]: + ```bash + brew install --cask jimeh/emacs-builds/emacs-app-good + ``` ## Apple Silicon @@ -192,8 +187,6 @@ All builds also come with a SHA256 checksum file, which itself can be double checked against the SHA256 checksum log output from the packaging step of the GitHub Actions workflow run which produced the build. -[emacs-mirror/emacs]: https://github.com/emacs-mirror/emacs - ## Issues / To-Do Please see [Issues][] for details of things to come, or to report issues.