diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -19,8 +19,20 @@
 Requirements:
 
 * [Stack](https://docs.haskellstack.org/en/stable/README/)
+* The `stack path --bin-path` on your `PATH`
 
+**Install from Hackage:**
+
 ```bash
+stack install sqsd-local
+```
+
+**Install from source:**
+
+```bash
+git clone git@github.com:owickstrom/sqsd-local.git
+cd sqsd-local
+stack setup
 stack install
 ```
 
diff --git a/sqsd-local.cabal b/sqsd-local.cabal
--- a/sqsd-local.cabal
+++ b/sqsd-local.cabal
@@ -1,7 +1,7 @@
 name:                sqsd-local
-version:             0.1.0.0
+version:             0.1.1
 synopsis:            Initial project template from stack
-description:         Please see README.md
+description:         A local version of sqsd, the daemon that runs in Elastic Beanstalk's Worker Environments.
 homepage:            https://github.com/owickstrom/sqsd-local#readme
 license:             MPL-2.0
 license-file:        LICENSE
