mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update README
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user