Skip to content

Commit 98cc4a2

Browse files
alerqueyschaeff
andcommitted
Fixup manual install instructions to be complete
Closes #506 Co-authored-by: Yuri Schaeffer <[email protected]>
1 parent f575c18 commit 98cc4a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ git clone https://github.com/preservim/nerdcommenter.git
6868
(For Neovim, change `~/.vim/` to `~/.config/nvim/`.)
6969

7070
```sh
71-
curl -fLo ~/.vim/plugin/NERD_Commenter.vim --create-dirs \
71+
curl -fLo ~/.vim/plugin/nerdcommenter.vim --create-dirs \
7272
https://raw.githubusercontent.com/preservim/nerdcommenter/master/plugin/nerdcommenter.vim
73-
curl -fLo ~/.vim/doc/NERD_Commenter.txt --create-dirs \
73+
curl -fLo ~/.vim/doc/nerdcommenter.txt --create-dirs \
7474
https://raw.githubusercontent.com/preservim/nerdcommenter/master/doc/nerdcommenter.txt
75+
curl -fLo ~/.vim/autoload/nerdcommenter.vim --create-dirs \
76+
https://raw.githubusercontent.com/preservim/nerdcommenter/master/autoload/nerdcommenter.vim
7577
```
7678
</details>
7779

0 commit comments

Comments
 (0)