From 8597c9bde14f0f57be6ff19a4f1b53f91174b2fd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 15 Nov 2014 01:59:30 -0500 Subject: README: Add installation instructions Provide basic instructions. I'm only familiar with pathogen, so that's what the example uses. You're free to use Vundle, NeoBundle, etc. if you prefer. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b43048b..dcf9bd5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ Created at Music Hack Day Boston 2014. Requires [mplayer](http://www.mplayerhq.hu/). +## Installation +The plugin can be installed using any of the various Vim plugin managers. If you use [pathogen](https://github.com/tpope/vim-pathogen), you can run the following to install: + + cd ~/.vim/bundle + git clone https://github.com/teddywing/auditory.vim.git + + ## Contributing The code is a bit hackish at the moment. Any help improving the plugin is very much appreciated. Check the TODO file for ideas. -- cgit v1.2.3