From 3083eae78219fb37412d41c6fd7049c20844042e Mon Sep 17 00:00:00 2001 From: Daniel Bugl Date: Sat, 27 Feb 2016 02:22:21 +0100 Subject: [PATCH] fix path to `.vim` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f46730..756b033 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Use your favorite installation method: - Tim Pope's [pathogen](https://github.com/tpope/vim-pathogen): ```sh - cd .vim/bundle + cd ~/.vim/bundle git clone https://github.com/vitalk/vim-simple-todo ```