Update README
This commit is contained in:
parent
575376687f
commit
86bb9a4c71
1 changed files with 5 additions and 2 deletions
|
@ -28,10 +28,13 @@ 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)
|
make compile-lite # optional (lighter alternative to compile)
|
||||||
|
|
||||||
|
# If you have problems, run this to diagnose any common problems
|
||||||
|
make doctor
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `make` after making changes to modules (like adding packages or autoloaded
|
If you change `init.el` or add/remove functions to autoload files, run `make`.
|
||||||
functions). This is the equivalent of:
|
That is the equivalent of running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make install # or (doom/packages-install)
|
make install # or (doom/packages-install)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue