From 261600daa691f46289657d6de6c3a5a92c6fedd2 Mon Sep 17 00:00:00 2001 From: shyam Date: Wed, 31 Aug 2022 20:09:30 +0530 Subject: [PATCH] Update installation.md Fixes clone url --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b4725d5..f1b9abe 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -63,7 +63,7 @@ Make sure you do not have any `~/.emacs` file or `~/.emacs.d` folder present. ```shellsession -$ git clone git://github.com/bbatsov/prelude.git path/to/local/repo +$ git clone https://github.com/bbatsov/prelude.git path/to/local/repo $ ln -s path/to/local/repo ~/.emacs.d $ cd ~/.emacs.d ```