From c8fa0b33496464de1da9047f9e21a05ba4ce98f2 Mon Sep 17 00:00:00 2001 From: Luke Farrar Date: Tue, 21 Jun 2016 10:19:40 +0100 Subject: [PATCH] Move -r to start of args for non-GNU folk. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index b3d2c43..6fc92ae 100644 --- a/README.mkd +++ b/README.mkd @@ -94,7 +94,7 @@ Copy vim-gitgutter's subdirectories into your vim configuration directory: ``` cd /tmp && git clone git://github.com/airblade/vim-gitgutter.git -cp vim-gitgutter/* ~/.vim/ -r +cp -r vim-gitgutter/* ~/.vim/ ``` See `:help add-global-plugin`.