From fc44e94a08399ad08460ac3d502b818fb627448d Mon Sep 17 00:00:00 2001 From: KThompso Date: Wed, 3 Feb 2021 17:11:18 +0000 Subject: [PATCH] Fix pathogen install instructions Fix pathogen based install instructions to clone the plugin under ~/.vim instead of the current directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb3347..f24940a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ make install #### Or using Pathogen: ```bash # Clone directly into the bundle folder. -git clone https://github.com/ekalinin/Dockerfile.vim.git bundle/Dockerfile +git clone https://github.com/ekalinin/Dockerfile.vim.git ~/.vim/bundle/Dockerfile ``` #### Or using Vundle: