From 9b9043bc5cae344eb044b2bb78ed37ebcd4a8448 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Mar 2021 00:16:16 +0100 Subject: [PATCH] update cask install instructions in README (#14452) * use 'brew install --cask' the latest versions of homebrew use the syntax 'brew install --cask' instead of 'brew cask install' * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6440abcfe..e3dfbc2e9 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,12 @@ Homebrew now recommends to use the cask version with the following message: "Please try the Cask for a better-supported Cocoa version". To install the cask version: +``` +brew install --cask emacs +``` + +or in older versions of homebrew + ``` brew cask install emacs ```