diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -1,9 +1,12 @@
 * Welcome!
+  [[https://hackage.haskell.org/package/pub][https://img.shields.io/hackage/v/pub.svg?style=flat]]
+  [[https://travis-ci.org/ixmatus/pub][https://travis-ci.org/ixmatus/pub.svg?branch=master]]
+
   =Pub= builds two utilities for piping to and from a redis pub/sub
   channel and stdout/stdin.
 
 ** Install
-   Right now, you gotta compile it.
+   =cabal install pub=
 
 ** Examples
 
diff --git a/pub.cabal b/pub.cabal
--- a/pub.cabal
+++ b/pub.cabal
@@ -1,5 +1,5 @@
 Name:                   pub
-Version:                2.0.1
+Version:                2.0.2
 Author:                 Parnell Springmeyer <parnell@digitalmentat.com>
 Maintainer:             Parnell Springmeyer <parnell@digitalmentat.com>
 License:                BSD3
@@ -9,6 +9,8 @@
 
 Description:
 
+  <<https://travis-ci.org/ixmatus/pub.svg?branch=master>>
+  .
   `pub` is an executable for piping data from stdin to a specified
   Redis pub/sub channel.
   .
