docs(readme): improve formatting of Installation section

This commit is contained in:
2021-06-29 02:58:04 +01:00
parent 26b12fac27
commit 00094c131c

View File

@@ -77,23 +77,19 @@ any issues.
### Homebrew Cask
Install the `jimeh/emacs-builds` Homebrew tap:
```
brew tap jimeh/emacs-builds
```
Then either install the latest nightly build:
```
brew install --cask emacs-app-nightly
```
Or install the latest known good build listed on [#7][7]:
```
brew install --cask emacs-app-good
```
1. Install the `jimeh/emacs-builds` Homebrew tap:
```
brew tap jimeh/emacs-builds
```
2. Install one of the available casks:
- `emacs-app-nightly` for the latest nightly build:
```
brew install --cask emacs-app-nightly
```
- `emacs-app-good` for the latest known good nightly build listed on [#7][7]:
```
brew install --cask emacs-app-good
```
[7]: https://github.com/jimeh/emacs-builds/issues/7