From ffd1f41e19d898b809e5649199faf6311498fddd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 23 Oct 2021 16:39:15 +0100 Subject: [PATCH] docs(readme): add mention of emacs-app-nightly-28 Homebrew Cask --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7248a81..dab93b2 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ any issues. brew tap jimeh/emacs-builds ``` 2. Install one of the available casks: - - `emacs-app-nightly` for the latest nightly build: + - `emacs-app-nightly` for the latest nightly build from Emacs' `master` + branch: ``` brew install --cask emacs-app-nightly ``` @@ -103,6 +104,11 @@ any issues. ``` brew install --cask emacs-app-good ``` + - `emacs-app-nightly-28` for the latest Emacs 28.x nightly build from the + `emacs-28` branch: + ``` + brew install --cask emacs-app-nightly-28 + ``` - `emacs-app` for the latest stable release of Emacs (does not include native-comp at time of writing): ```