README update to prevent homebrew mistakes

Homebrew users expect a homebrew install to get them everything they need.
Because of this I've added a note indicating that you *also* need to do
the git clone mentioned at the top of the file.
This commit is contained in:
Kay Rhodes 2015-11-16 14:46:13 -05:00 committed by Fabien Dubosson
parent 54fda31f6d
commit 7a8487cd68
1 changed files with 6 additions and 0 deletions

View File

@ -125,8 +125,14 @@ We recommend the homebrew [emacs-mac-port][] formula:
```sh
$ brew tap railwaycat/homebrew-emacsmacport
$ brew install emacs-mac --with-spacemacs-icon # OR, brew cask install emacs-mac
$ brew linkapps
```
Please note: these homebrew commands will install Emacs, and link it to your
`/Applications` directory. You still need to run the `git clone` mentioned at
the start of this file. That will populate your `~/.emacs.d` directory, which
is what transforms a regular Emacs into Spacemacs.
It is also recommended to add the [osx layer][] to your [dotfile][]:
```elisp