Note in README: customize dotfile *after* install

Prefix the "It is also recommended…" part of the Mac installation prerequisites with a note that this should be done *after* the basic install process.

This tripped me up and prevented initial installation. (The more detailed instructions and warnings added to Install since the current master will also help.)
This commit is contained in:
Jonathan Ragan-Kelley 2015-11-28 15:12:05 -08:00 committed by Eivind Fonn
parent 1ce8e28dc1
commit d6196279e7

View file

@ -133,7 +133,7 @@ Please note: these homebrew commands will install Emacs, and link it to your
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][]:
*After* you have completed the [install process below](#install), it is also recommended to add the [osx layer][] to your [dotfile][]:
```elisp
(setq-default dotspacemacs-configuration-layers '(osx))