Update installation.md

Fixes clone url
This commit is contained in:
shyam 2022-08-31 20:09:30 +05:30 committed by Bozhidar Batsov
parent 49b14fe569
commit 261600daa6

View file

@ -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
```