From 0e127615ff4f4ee44a850bb5de48e2edb9ec3b31 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 Apr 2018 06:13:09 -0400 Subject: [PATCH] Update README with new make quickstart workflow --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32b8f7d58..60cb904a9 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,10 @@ neckbeards with blue belts or better in command-line-fu, Elisp and git. ```bash git clone https://github.com/hlissner/doom-emacs ~/.emacs.d cd ~/.emacs.d -cp init.example.el init.el # maybe edit init.el -make install +make quickstart ``` -Don't forget to run `make` every time you modify init.el! +Don't forget to run `make` each time you modify init.el or update Doom! Visit the wiki for [a more detailed guide on installing, customizing and grokking Doom][wiki].