Update README
This commit is contained in:
parent
2d44ec4eb6
commit
81fc95c8fd
1 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ This is an Emacs configuration for a stubborn, melodramatic and
|
||||||
shell-dwelling vimmer disappointed with the text-editor status quo.
|
shell-dwelling vimmer disappointed with the text-editor status quo.
|
||||||
|
|
||||||
Doom tries to look and act like modern editors (whatever that means to
|
Doom tries to look and act like modern editors (whatever that means to
|
||||||
me on any given day), emulate vim as best it can and strive to surpass
|
me on any given day), espouse vim's modal philosophy as best it can and strive
|
||||||
it in any way possible. I've designed it to fit my needs as a software
|
to surpass vim in any way possible, and generally fit my needs as a software
|
||||||
developer, indie game developer, scientist and doom enthusiast.
|
developer, indie game developer, scientist and doom enthusiast.
|
||||||
|
|
||||||
It was tailored for **MacOS 10.11+** and **Arch Linux 4.7+**, and
|
It was tailored for **MacOS 10.11+** and **Arch Linux 4.7+**, and
|
||||||
|
@ -26,10 +26,10 @@ cd ~/.emacs.d
|
||||||
cp init.example.el init.el # maybe edit init.el
|
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)
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `make` each time you change init.el (and recompile, if necessary).
|
Run `make` after making changes, which is the equivalent of:
|
||||||
Running `make` is the equivalent of doing:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make install # or (doom/packages-install)
|
make install # or (doom/packages-install)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue