mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update README with new make quickstart workflow
This commit is contained in:
@ -39,11 +39,10 @@ neckbeards with blue belts or better in command-line-fu, Elisp and git.
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
cd ~/.emacs.d
|
cd ~/.emacs.d
|
||||||
cp init.example.el init.el # maybe edit init.el
|
make quickstart
|
||||||
make install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
Visit the wiki for [a more detailed guide on installing, customizing and
|
||||||
grokking Doom][wiki].
|
grokking Doom][wiki].
|
||||||
|
Reference in New Issue
Block a user