Update installation guide and update git url

This commit is contained in:
Dita Aji Pratama 2026-03-10 12:00:49 +07:00
parent 6f97d47794
commit 4762a02e44

View File

@ -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.