From 1d896b073ba169d6a7ef1c2828340892aaa739fc Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 15 Jan 2024 17:59:42 +0000 Subject: [PATCH] chore: update installation command for new url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9393793..7c2d192 100644 --- a/README.md +++ b/README.md @@ -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`) ``` -git clone https://github.com/devraza/dianciemacs ~/.emacs.d +git clone https://git.devraza.duckdns.org/devraza/dianciemacs.git ~/.config/emacs ``` ## Configuration