aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-03 22:58:29 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-03 22:58:29 -0700
commit063980aaa5f4e80f1b90549b10bcefdba249b3b9 (patch)
treefee2f0c77a8ef6ddcf73c269f374244e43197b2f /README.md
parentff51c2ee6492e7776a69680c4c9ff3add696477e (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 745aff6..7fd9551 100644
--- a/README.md
+++ b/README.md
@@ -82,13 +82,13 @@ Packages this mixin uses:
## Using
-Clone this repository wherever. Then you should copy `early-init.el` and (optionally) `init.el` into your `~/.emacs.d/` repository:
+Clone this repository wherever. Then you should copy `early-init.el` and `init.el` into your `~/.emacs.d/` repository:
```bash
git clone https://git.sr.ht/~ashton314/emacs-bedrock
mkdir -p ~/.emacs.d/
cp emacs-bedrock/early-init.el ~/.emacs.d/
-cp emacs-bedrock/init.el ~/.emacs.d/ # optional!
+cp emacs-bedrock/init.el ~/.emacs.d/
```
Fire up Emacs and you're good to go!