diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,19 @@
 
 ![screenshot](https://raw.githubusercontent.com/andys8/git-brunch/master/screenshot.png)
 
-## Install from source
+## Installation
+
+### Binary
+
+Download from [releases](https://github.com/andys8/git-brunch/releases) and add to `PATH`.
+
+### Stack
+
+```sh
+stack install --resolver=lts-14 git-brunch
+```
+
+### From source
 
 ```sh
 git clone https://github.com/andys8/git-brunch.git
diff --git a/git-brunch.cabal b/git-brunch.cabal
--- a/git-brunch.cabal
+++ b/git-brunch.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 8d590ce05a4535ab4dce1901432a151e79d4fa732a37c95080f3cbe755524823
+-- hash: d70efa64b6a528e6d0a5907b591f7fa5b06d5bcb4e5bfcf949728db4d69a87e8
 
 name:           git-brunch
-version:        1.0.1.0
+version:        1.0.2.0
 description:    Please see the README on GitHub at <https://github.com/andys8/git-brunch#readme>
 homepage:       https://github.com/andys8/git-brunch#readme
 bug-reports:    https://github.com/andys8/git-brunch/issues
@@ -48,9 +48,7 @@
       Paths_git_brunch
   hs-source-dirs:
       app
-  ghc-options: -threaded -static -rtsopts -with-rtsopts=-N
-  cc-options: -static
-  ld-options: -static -pthread
+  ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
   build-depends:
       base >=4.7 && <5
     , brick
