From 7391ea5262240b8847691a4883308e5de6c2fc3b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:22:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8cfbb..d30efb7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ git clone https://github.com/jamescherti/minimal-emacs.d ~/.emacs.d ### Alternative: Installation in `~/.minimal-emacs.d` -To install `minimal-emacs.d` in a different directory, use the `--init-directory` Emacs option to specify your desired configuration path. For example, to install `minimal-emacs.d` in `~/.minimal-emacs.d/`, follow these steps: +To install `minimal-emacs.d` in a non-default directory, use the `--init-directory` Emacs option to specify your desired configuration path. For example, to install `minimal-emacs.d` in `~/.minimal-emacs.d/`, follow these steps: 1. Clone the repository into `~/.minimal-emacs.d/` using: ```