From 063980aaa5f4e80f1b90549b10bcefdba249b3b9 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Tue, 3 Jan 2023 22:58:29 -0700 Subject: Update README --- README.md | 4 ++-- 1 file 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! -- cgit v1.2.3