From 00094c131c0913327f81e325c60f6097ac019119 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Jun 2021 02:58:04 +0100 Subject: [PATCH] docs(readme): improve formatting of Installation section --- README.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index bcbaf56..57bb4d5 100644 --- a/README.md +++ b/README.md @@ -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