fix(docs): use github repo for clone example

This commit is contained in:
Muhammad Nauman Raza 2022-11-27 19:30:53 +00:00
parent 54e8ea6c46
commit 78854418ba
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -16,7 +16,7 @@ Dianciemacs requires the following prerequisits to be installed or run:
To install Dianciemacs, first clone the repository to your appropriate Emacs directory - `~/.emacs.d` generally for Linux and macOS. To install Dianciemacs, first clone the repository to your appropriate Emacs directory - `~/.emacs.d` generally for Linux and macOS.
``` ```
git clone ssh://81.151.235.18/dianciemacs ~/.emacs.d git clone https://github.com/devraza/dianciemacs ~/.emacs.d
``` ```
## Configuration ## Configuration