Hint at cask for fast binary install

Instaling via cask takes a few seconds as it fetches pre-built binary, also managed by the railwaycat repo.
This commit is contained in:
Sridhar Ratnakumar 2015-08-01 09:36:16 -07:00 committed by syl20bnr
parent 0789b68321
commit b4d1d3deb7
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ via [homebrew][] with the following commands:
```sh
$ brew tap railwaycat/emacsmacport
$ brew install emacs-mac --with-spacemacs-icon
$ brew install emacs-mac --with-spacemacs-icon # OR, brew cask install emacs-mac
```
(The `with-spacemacs-icon` option uses the official spacemacs logo for the app bundle.)