Browse Source

Fix #261 - add missing dot in directory name

custom
Bozhidar Batsov 13 years ago
parent
commit
4dc0026c5e
  1. 2
      README.md

2
README.md

@ -82,7 +82,7 @@ $ wget --no-check-certificate https://github.com/bbatsov/prelude/raw/master/util
```bash ```bash
$ git clone git://github.com/bbatsov/prelude.git path/to/local/repo $ git clone git://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
``` ```
You'd do well to replace `~/.emacs.d` with the value of You'd do well to replace `~/.emacs.d` with the value of

Loading…
Cancel
Save