diff options
| author | Teddy Wing | 2014-11-15 01:59:30 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-11-15 01:59:30 -0500 |
| commit | 8597c9bde14f0f57be6ff19a4f1b53f91174b2fd (patch) | |
| tree | f159b6a38953bdeef033f04391b18c4597d90aff | |
| parent | 3c76f38c4af8ca159f1bd24c153558b1e7ae171d (diff) | |
| download | auditory.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.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
