From: James Blanding Date: Thu, 6 Feb 2014 05:16:54 +0000 (-0500) Subject: Merge pull request #61 from cirosantilli/readme-add-vundle-install X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2a17ce10cf4c21e7e84c2f325c73757b5d98f1a5?hp=bb8aeb1fcf3fa51193fefee1546ee25bfa454e4a Merge pull request #61 from cirosantilli/readme-add-vundle-install added vundle install to readme, updated pathogen url to github --- diff --git a/README.md b/README.md index b72e6ae..41f606f 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,21 @@ Syntax highlighting, matching rules and mappings for [the original Markdown](htt ## 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