Update make details in README

This commit is contained in:
Henrik Lissner 2017-02-20 16:07:49 -05:00
parent 35bcc411ba
commit 2ba903cee8

View file

@ -28,13 +28,12 @@ make install
make compile # optional, may take a while
```
Each time you change init.el, you must do the following:
Run `make` each time you change init.el (and recompile, if necessary).
Running `make` is the equivalent of doing:
```bash
make install # or (doom/packages-install)
make autoloads # or (doom/reload-autoloads)
# ...and optionally
make compile # or (doom/byte-compile)
```
## Deciphering my emacs.d