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 ```