From 4762a02e44ecc41498c0770fa898e1418787d06d Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Tue, 10 Mar 2026 12:00:49 +0700 Subject: [PATCH] Update installation guide and update git url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d98126..49c790d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ On Debian, use apt package manager to complete a dependencies: sudo apt-get update # For installing. Need a texinfo for this dependencies: makeinfo >= 4.13 -sudo apt-get install git autoconf texinfo +sudo apt-get install git autoconf build-essential texinfo # X development libraries and GTK+ sudo apt-get install libx11-dev libxpm-dev libxft-dev libxext-dev libxt-dev # GTK+ and image libraries @@ -31,7 +31,7 @@ Use the configuration: ```bash rm -r ~/.emacs.d rm ~/.emacs -git clone https://gitea.ditaajipratama.net/aji/emacs.d.git ~/.emacs.d +git clone https://gitea.ditaajipratama.net/aji/emacs.git ~/.emacs.d ``` Be careful, it will remove your old `.emacs.d` directory and `.emacs` file.