diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-03 22:58:29 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-03 22:58:29 -0700 |
commit | 063980aaa5f4e80f1b90549b10bcefdba249b3b9 (patch) | |
tree | fee2f0c77a8ef6ddcf73c269f374244e43197b2f /README.md | |
parent | ff51c2ee6492e7776a69680c4c9ff3add696477e (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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! |