add instructions to build emacs-plus with Spacemacs icon

This commit is contained in:
Boris Buliga 2020-06-07 11:31:08 +03:00 committed by Maximilian Wolff
parent f5fddc4256
commit 75cffc89d2
1 changed files with 5 additions and 0 deletions

View File

@ -161,7 +161,12 @@ This might also be true for other linux distributions.
```
brew tap d12frosted/emacs-plus
# to install Emacs 26
brew install emacs-plus
# or to install Emacs 27
brew install emacs-plus@27 --with-spacemacs-icon
# or to install Emacs 28
brew install emacs-plus@28 --with-spacemacs-icon
brew link emacs-plus
```