aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-09 18:25:10 -0500
committerTeddy Wing2014-11-09 18:26:27 -0500
commit6b68ea2b9a611639306596886b6faf9ab9c67d7a (patch)
treeece9e532f8dfdef9b78607c885afe3b2962d986f
parent3077eb4d432c16f88322d2003cb744811dd394a7 (diff)
downloadauditory.vim-6b68ea2b9a611639306596886b6faf9ab9c67d7a.tar.bz2
README: Add requirements sectionv0.0.1
Let people know that this plugin requires mplayer. Note that we don't currently check for it in the plugin, but we should.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 157f47a..b43048b 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,10 @@ Created at Music Hack Day Boston 2014.
**Note:** this is alpha software is still very buggy. Some mappings don't support counts when they should. A few audio files are available but the mappings haven't yet been implemented.
+## Requirements
+Requires [mplayer](http://www.mplayerhq.hu/).
+
+
## 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.