Update README

This commit is contained in:
Henrik Lissner 2017-04-05 15:55:43 -04:00
parent 2d44ec4eb6
commit 81fc95c8fd

View file

@ -11,8 +11,8 @@ This is an Emacs configuration for a stubborn, melodramatic and
shell-dwelling vimmer disappointed with the text-editor status quo. shell-dwelling vimmer disappointed with the text-editor status quo.
Doom tries to look and act like modern editors (whatever that means to Doom tries to look and act like modern editors (whatever that means to
me on any given day), emulate vim as best it can and strive to surpass me on any given day), espouse vim's modal philosophy as best it can and strive
it in any way possible. I've designed it to fit my needs as a software to surpass vim in any way possible, and generally fit my needs as a software
developer, indie game developer, scientist and doom enthusiast. developer, indie game developer, scientist and doom enthusiast.
It was tailored for **MacOS 10.11+** and **Arch Linux 4.7+**, and It was tailored for **MacOS 10.11+** and **Arch Linux 4.7+**, and
@ -26,10 +26,10 @@ cd ~/.emacs.d
cp init.example.el init.el # maybe edit init.el cp init.example.el init.el # maybe edit init.el
make install make install
make compile # optional, may take a while make compile # optional, may take a while
make compile-lite # optional (lighter alternative to compile)
``` ```
Run `make` each time you change init.el (and recompile, if necessary). Run `make` after making changes, which is the equivalent of:
Running `make` is the equivalent of doing:
```bash ```bash
make install # or (doom/packages-install) make install # or (doom/packages-install)