From 2ba903cee85828642fed2c87f4ebceb1e5abe408 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Feb 2017 16:07:49 -0500 Subject: [PATCH] Update make details in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20e8c9057..0469de17b 100644 --- a/README.md +++ b/README.md @@ -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