From 115854609128291ad60d7b5ae19ab393b7e7f5a0 Mon Sep 17 00:00:00 2001 From: "zane.hitchcox@one.verizon.com" Date: Tue, 24 May 2016 11:09:20 -0500 Subject: [PATCH] include entire repository in manual install --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 718e124..b6a899c 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ See **|filetype-plugin-on|** for details, but basically, stick this in your vimr ###### Unix ```sh -curl -fLo ~/.vim/plugin/NERD_commenter.vim --create-dirs \ - https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim +git clone https://github.com/scrooloose/nerdcommenter.git ~/.vim/plugin ``` ###### Windows (PowerShell) @@ -63,8 +62,7 @@ $uri = 'https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin #### Neovim ```sh -curl -fLo ~/.config/nvim/plugin/NERD_commenter.vim --create-dirs \ - https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim +git clone https://github.com/scrooloose/nerdcommenter.git ~/.config/nvim/plugin ```