ask to install emacs on os x using emacs-plus tap

This commit is contained in:
d12frosted 2016-04-02 13:40:16 +03:00 committed by syl20bnr
parent 99d9993171
commit 2919d57145

View file

@ -141,7 +141,8 @@ distributions as well.
The recommended way of installing Emacs on OS X is using [homebrew][]:
```sh
$ brew install emacs --with-cocoa --with-gnutls --with-rsvg --with-imagemagick
$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus --with-cocoa --with-gnutls --with-librsvg --with-imagemagick --with-spacemacs-icon
$ brew linkapps
```