twilio report poc
[m6w6/btr] / README.md
index a2d16aca2e2150499ed3037f421cdc9f05a4e026..f482cc8c70cd541c9de1e11a8344d33e9efc686d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,14 +1,16 @@
 # btr
 
+A poor man's CI tool.
+
 ## BUILD TEST REPORT
 
 A simple tool to automate reporting of build and test results.
 
 ### Currently supported rulesets:
 
-* source: git, svn
-* build: php, pecl
-* report: mail
+* ***source:*** git, svn
+* ***build:*** php, pecl, gnu
+* ***report:*** mail, notify-send
 
 #### Usage
 ```
@@ -27,9 +29,9 @@ Usage: btr [-hv] [<options>] <repository>
     -C, --configure=<options>     Define $CONFIGURE options
 
   Rulesets:
-    source: git, svn
-    build:  php, pecl
-    report: mail
+        source: git svn
+         build: gnu pecl php
+        report: mail notify-send
 ```
 #### Examples