Update installation.md
Fixes clone url
This commit is contained in:
parent
49b14fe569
commit
261600daa6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Make sure you do not have any `~/.emacs` file or `~/.emacs.d` folder
|
||||||
present.
|
present.
|
||||||
|
|
||||||
```shellsession
|
```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
|
$ ln -s path/to/local/repo ~/.emacs.d
|
||||||
$ cd ~/.emacs.d
|
$ cd ~/.emacs.d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue