aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-15 01:59:30 -0500
committerTeddy Wing2014-11-15 01:59:30 -0500
commit8597c9bde14f0f57be6ff19a4f1b53f91174b2fd (patch)
treef159b6a38953bdeef033f04391b18c4597d90aff
parent3c76f38c4af8ca159f1bd24c153558b1e7ae171d (diff)
downloadauditory.vim-8597c9bde14f0f57be6ff19a4f1b53f91174b2fd.tar.bz2
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.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.