Fix smaple command line

The source path is relative to the target.
This commit is contained in:
Kuang-che Wu 2016-06-29 23:36:45 +08:00 committed by GitHub
parent 36acae11ad
commit ca4b4398b3

View File

@ -50,7 +50,7 @@ If you want to share your vimrc with Neovim, you can easily do that like this
```sh ```sh
$ cd $ cd
$ mkdir -p .config $ mkdir -p .config
$ ln -s .vim .config/nvim $ ln -s ../.vim .config/nvim
$ cd .vim $ cd .vim
$ ln -s vimrc init.vim $ ln -s vimrc init.vim
``` ```