Update installation guide and update git url
This commit is contained in:
parent
6f97d47794
commit
4762a02e44
@ -6,7 +6,7 @@ On Debian, use apt package manager to complete a dependencies:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# For installing. Need a texinfo for this dependencies: makeinfo >= 4.13
|
# 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+
|
# X development libraries and GTK+
|
||||||
sudo apt-get install libx11-dev libxpm-dev libxft-dev libxext-dev libxt-dev
|
sudo apt-get install libx11-dev libxpm-dev libxft-dev libxext-dev libxt-dev
|
||||||
# GTK+ and image libraries
|
# GTK+ and image libraries
|
||||||
@ -31,7 +31,7 @@ Use the configuration:
|
|||||||
```bash
|
```bash
|
||||||
rm -r ~/.emacs.d
|
rm -r ~/.emacs.d
|
||||||
rm ~/.emacs
|
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.
|
Be careful, it will remove your old `.emacs.d` directory and `.emacs` file.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user