Update README with new make quickstart workflow
This commit is contained in:
parent
36e626f7a3
commit
0e127615ff
1 changed files with 2 additions and 3 deletions
|
@ -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].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue