diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,6 +17,17 @@
 at the same time.
 The name `mig` (pronounced as meeg) is a russian word for "instant moment".
 
+## How to install
+
+We can install from [hackage](https://hackage.haskell.org/package/mig) to use with cabal or use this snippet
+to depend on latest source in stack. Put it in `stack.yaml` file:
+
+```yaml
+extra-deps:
+- git: https://github.com/anton-k/mig
+  commit: be9269b83bb944d8dede4d36a51fb1aa6fb26516
+```
+
 ## Quick start guide
 
 Let's create something cool with the library.
diff --git a/mig.cabal b/mig.cabal
--- a/mig.cabal
+++ b/mig.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           mig
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Build lightweight and composable servers
 description:    With library mig we can build lightweight and composable servers.
                 There are only couple of combinators to assemble servers from parts.
