Skip to content

Commit

Permalink
Fixup manual install instructions to be complete
Browse files Browse the repository at this point in the history
Closes #506

Co-authored-by: Yuri Schaeffer <yuri@schaeffer.tk>
  • Loading branch information
alerque and yschaeff committed Nov 9, 2022
1 parent f575c18 commit 98cc4a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ git clone https://github.com/preservim/nerdcommenter.git
(For Neovim, change `~/.vim/` to `~/.config/nvim/`.)

```sh
curl -fLo ~/.vim/plugin/NERD_Commenter.vim --create-dirs \
curl -fLo ~/.vim/plugin/nerdcommenter.vim --create-dirs \
https://raw.githubusercontent.com/preservim/nerdcommenter/master/plugin/nerdcommenter.vim
curl -fLo ~/.vim/doc/NERD_Commenter.txt --create-dirs \
curl -fLo ~/.vim/doc/nerdcommenter.txt --create-dirs \
https://raw.githubusercontent.com/preservim/nerdcommenter/master/doc/nerdcommenter.txt
curl -fLo ~/.vim/autoload/nerdcommenter.vim --create-dirs \
https://raw.githubusercontent.com/preservim/nerdcommenter/master/autoload/nerdcommenter.vim
```
</details>

Expand Down

0 comments on commit 98cc4a2

Please sign in to comment.