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.