Add a note about tests to the README

This commit is contained in:
Bruno Sutic 2014-07-17 22:56:02 +02:00
parent b92d086853
commit 636279104e
1 changed files with 9 additions and 2 deletions

View File

@ -72,14 +72,21 @@ list.
[How to create a plugin](HOW_TO_PLUGIN.md). It's easy. [How to create a plugin](HOW_TO_PLUGIN.md). It's easy.
### Tests
Requirements: [vagrant](https://www.vagrantup.com/)
Running the test suite:
$ ./run-tests
### About ### About
Truth be told, there aren't too many TMUX plugins out there. People mostly just Truth be told, there aren't too many TMUX plugins out there. People mostly just
copy code snippets from each others' `.tmux.conf` files. copy code snippets from each others' `.tmux.conf` files.
I hope TMUX plugin manager (TPM) inspires people to do better and more creative I hope TMUX plugin manager (TPM) inspires people to do better and more creative
things with TMUX. See also things with TMUX.
[instructions how to create your own plugin](HOW_TO_PLUGIN.md).
### License ### License