diff --git a/README.md b/README.md index c618030..3a827f5 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,10 @@
-
-
+
+
-
@@ -83,6 +82,15 @@ for a day or two without any obvious issues.
brew tap jimeh/emacs-builds
```
2. Install one of the available casks:
+ - `emacs-app` for the latest stable release of Emacs (does not include
+ native-comp at time of writing):
+ ```
+ brew install --cask emacs-app
+ ```
+ - `emacs-app-pretest` for the latest pretest build from Emacs:
+ ```
+ brew install --cask emacs-app-pretest
+ ```
- `emacs-app-nightly` for the latest nightly build from Emacs' `master`
branch:
```
@@ -97,11 +105,6 @@ for a day or two without any obvious issues.
```
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):
- ```
- brew install --cask emacs-app
- ```
[7]: https://github.com/jimeh/emacs-builds/issues/7