chore: update installation command for new url

This commit is contained in:
Muhammad Nauman Raza 2024-01-15 17:59:42 +00:00
parent 7f0c2cbcc0
commit 1d896b073b
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -21,7 +21,7 @@ Dianciemacs requires the following prerequisits to be installed or run:
To install Dianciemacs, first clone the repository to your appropriate Emacs directory - generally `~/.emacs.d` for Linux and macOS - alternatively, `$XDG_CONFIG_HOME/emacs` may also be used (typically `~/.config/emacs`) To install Dianciemacs, first clone the repository to your appropriate Emacs directory - generally `~/.emacs.d` for Linux and macOS - alternatively, `$XDG_CONFIG_HOME/emacs` may also be used (typically `~/.config/emacs`)
``` ```
git clone https://github.com/devraza/dianciemacs ~/.emacs.d git clone https://git.devraza.duckdns.org/devraza/dianciemacs.git ~/.config/emacs
``` ```
## Configuration ## Configuration