diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,18 +8,28 @@
 
 ## Setup
 
-Install the [Haskell platform](https://www.haskell.org/platform/). You will also need http-conduit:
+Install the [Haskell platform](https://www.haskell.org/platform/).
 
+### From cabal
+
 ```bash
 $ cabal update
-$ cabal install http-conduit
+$ cabal install linode-v4
 ```
 
-## Compile and run
+### From git
 
+```bash
+$ cabal update
+$ git clone git@github.com:eatonphil/linode-haskell
+$ cabal install
 ```
-$ make
-$ LINODE_TOKEN=my-token ./linode
+
+## Example
+
+```
+$ make example
+$ LINODE_TOKEN=my-token ./example/linode
 ```
 
 ## API Documentation
diff --git a/linode-v4.cabal b/linode-v4.cabal
--- a/linode-v4.cabal
+++ b/linode-v4.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                linode-v4
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Haskell wrapper for the Linode v4 API
 -- description:         
 homepage:            https://github.com/eatonphil/linode-haskell
