Update README

This commit is contained in:
Henrik Lissner 2016-06-09 00:37:38 -04:00
parent c0386cad93
commit 2157983a3f

View file

@ -18,8 +18,12 @@ designer, scientist and doom enthusiast.
## Installation ## Installation
``` ```
# Install cask + emacs
brew install cask brew install cask
brew install emacs --with-cocoa --with-imagemagick brew tap railwaycat/emacsmacport
brew install emacs-mac --with-imagemagick --with-modern-icon --HEAD
# Install this emacs.d
git clone https://github.com/hlissner/.emacs.d ~/.emacs.d git clone https://github.com/hlissner/.emacs.d ~/.emacs.d
cd ~/.emacs.d cd ~/.emacs.d
make # installs plugins via cask and generates autoloads make # installs plugins via cask and generates autoloads