From ff4fc395a7787957f8b940f4fd7189d910d4169e Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Sun, 19 Jan 2014 11:56:55 +0100 Subject: [PATCH] added vundle install to readme, updated pathogen url to github --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d95bc2c..e6f1824 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,21 @@ Syntax highlighting, matching rules and mappings for [Markdown](http://daringfir ## Installation -If you use [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332)(and you should), do this: +If you use [Vundle](https://github.com/gmarik/vundle), add the following line to your `~/.vimrc`: + + Bundle 'plasticboy/vim-markdown' + +And then run inside Vim: + + :so ~/.vimrc + :BundleInstall + +If you use [Pathogen](https://github.com/tpope/vim-pathogen), do this: $ cd ~/.vim/bundle $ git clone https://github.com/plasticboy/vim-markdown.git -To install without Pathogen, download the [tarball](https://github.com/plasticboy/vim-markdown/archive/master.tar.gz) and do this: +If you are not using any package manager, download the [tarball](https://github.com/plasticboy/vim-markdown/archive/master.tar.gz) and do this: $ cd ~/.vim $ tar --strip=1 -zxf vim-markdown-master.tar.gz -- 2.39.2