Fix #261 - add missing dot in directory name
This commit is contained in:
parent
1f7f6d0bbd
commit
4dc0026c5e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ $ wget --no-check-certificate https://github.com/bbatsov/prelude/raw/master/util
|
|||
```bash
|
||||
$ git clone git://github.com/bbatsov/prelude.git path/to/local/repo
|
||||
$ ln -s path/to/local/repo ~/.emacs.d
|
||||
$ cd ~/emacs.d
|
||||
$ cd ~/.emacs.d
|
||||
```
|
||||
|
||||
You'd do well to replace `~/.emacs.d` with the value of
|
||||
|
|
Loading…
Reference in a new issue