Add build and test instructions to README
diff --git a/README.md b/README.md
index 09f62ee..d732968 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,18 @@
As always - please ensure that you know how to drive docker - especially volume handling!
+# Building
+
+Build with the usual
+
+ docker build -t jenkins .
+
+Tests are written using [bats](https://github.com/sstephenson/bats) under the `tests` dir
+
+ bats tests
+
+Bats can be easily installed with `brew install bats` on OS X
+
# Questions?
Jump on irc.freenode.net and the #jenkins room. Ask!