docs(readme): add mention of emacs-app-nightly-28 Homebrew Cask

This commit is contained in:
2021-10-23 16:39:15 +01:00
parent 195a5f9775
commit ffd1f41e19

View File

@@ -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):
```