diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,11 +3,16 @@
 Jot is a little notebook. It makes little notepages with timestamps that you can customize. By default it uses vim and
 puts stuff in notes/year/month/day.md. Try it with
 
-    stack install
+    stack install jot
     jot
 
 You can customize the configuration in configs/config.dhall and run.
 
-    jot --config=configs/config.dhall
+    jot --config=path/to/config.dhall
 
-You can use either dhall or yaml for the config.
+I might make this more better later. You can use either dhall or yaml for the config.
+
+A good way to use this tool would be to clone the
+[GitbookTemplate](http://gitab.com/locallycompact/GitbookTemplate) repository
+(example rendering [here](http://locallycompact.gitlab.io/GitbookTemplate/)) and then
+sit in that and go 'jot' when you wanna write something.
diff --git a/jot.cabal b/jot.cabal
--- a/jot.cabal
+++ b/jot.cabal
@@ -1,11 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.21.2.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 7edd4fcd8e8b02c37e312699b1b8f7910aa96544dd1eb3dcf48641f681ee1a01
+-- hash: a6d5fd480868a8c062ed2c8b80771436903f450f86a9af0b7341527febcc13ff
 
 name:           jot
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Tiny markdown notebook
 description:    Jot is a little notebook. It makes little notepages with timestamps that you can customize.
 category:       CLI
@@ -17,7 +17,6 @@
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
-
 extra-source-files:
     ChangeLog.md
     LICENSE
