From be91d41f58cd69e8c4f74ce2774dd4d12495bc8a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Oct 2024 22:50:54 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c86eea..2ff680f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Usage: ```bash -git clone https://gitea.ditaajipratama.net/aji/emacs.d.git ~/.emacs.d && rm ~/.emacs +rm -r ~/.emacs.d && rm ~/.emacs && git clone https://gitea.ditaajipratama.net/aji/emacs.d.git ~/.emacs.d ``` -Be careful, it will remove your `.emacs` file. \ No newline at end of file +Be careful, it will remove your old `.emacs.d` directory and `.emacs` file. \ No newline at end of file