Update make details in README
This commit is contained in:
parent
35bcc411ba
commit
2ba903cee8
1 changed files with 2 additions and 3 deletions
|
@ -28,13 +28,12 @@ make install
|
||||||
make compile # optional, may take a while
|
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
|
```bash
|
||||||
make install # or (doom/packages-install)
|
make install # or (doom/packages-install)
|
||||||
make autoloads # or (doom/reload-autoloads)
|
make autoloads # or (doom/reload-autoloads)
|
||||||
# ...and optionally
|
|
||||||
make compile # or (doom/byte-compile)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deciphering my emacs.d
|
## Deciphering my emacs.d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue