From 60adb4271d80cbe1424d8b591e32d46f1656a20e Mon Sep 17 00:00:00 2001 From: Adam Ochonicki Date: Mon, 15 Oct 2012 12:28:14 -0300 Subject: [PATCH] recursively copy the directory to ~/.vim/plugin/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c8a33..574ee18 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Bundle 'git://github.com/miripiruni/CSScomb-for-Vim.git' ### Manual without plugins manager ``` git clone https://github.com/miripiruni/CSScomb-for-Vim.git csscomb -cp csscomb/plugin/* ~/.vim/plugin/ +cp -r csscomb/plugin/* ~/.vim/plugin/ ``` ## Usage