From 5664c746128e25f5b58c1246a040421525c3a4d6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:19:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 795c4b4..e8dea83 100644 --- a/README.md +++ b/README.md @@ -56,9 +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 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: 1. Clone the repository into `~/.minimal-emacs.d/` using: ```