diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -3,6 +3,15 @@
 Author: [Robert Massaioli][6]  
 Created in: 2015  
 
+## Installation Steps
+
+If you just want to install setdown then you just need to make sure that you have Haskell and Cabal
+installed and then:
+
+    cabal install setdown
+
+This works because [setdown is on hackage][7]!
+
 ## What is setdown and how does it work?
 
 Setdown is a command line tool for line based set operations. To use setdown you write a "setdown
@@ -151,3 +160,4 @@
  [4]: https://www.haskell.org/platform/
  [5]: https://www.haskell.org/cabal/
  [6]: https://robertmassaioli.wordpress.com/
+ [7]: http://hackage.haskell.org/package/setdown
diff --git a/setdown.cabal b/setdown.cabal
--- a/setdown.cabal
+++ b/setdown.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            Treating files as sets to perform rapid set manipulation.
@@ -95,6 +95,8 @@
                        , split         == 0.2.*
                        , mtl           == 2.2.*
                        , cmdargs       == 0.10.*
+
+  build-tools:         alex, happy
   
   -- Directories containing source files.
   -- hs-source-dirs:      
