diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,10 +4,16 @@
 ## How to use?
 1. install [stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/)
 1. `stack install openapi3-code-generator`
-1. `openapi3-code-generator my_specification.yml`
+1. `openapi3-code-generator-exe my_specification.yml`
 
 An `out` directory is created with the generated code. Hint you can use `--output-dir` to specify another output directory.
 You can use `openapi3-code-generator --help` to list all CLI options.
+
+If `openapi3-code-generator-exe` is not found, you may not have added the cabal bin to your `PATH`. Execute `~/bin/openapi3-code-generator-exe` instead.
+
+## How to run from source
+1. `stack build`
+1. `stack run -- --help`
 
 ## Example package
 In the folder `example` is a package that uses the generated code from `specifications/petstore.yml`.
diff --git a/openapi3-code-generator.cabal b/openapi3-code-generator.cabal
--- a/openapi3-code-generator.cabal
+++ b/openapi3-code-generator.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 93f2838ca8b420e4def924dc107fa4b207fabde3bdc91dec0756e97c7e4905f0
+-- hash: 2d7ec1c26136fb123a14fbba656b051e46a7bc9640fdb2fce0d110c00af662e2
 
 name:           openapi3-code-generator
-version:        0.1.0.3
+version:        0.1.0.4
 license:        MIT
 license-file:   LICENSE
 copyright:      2020 Remo Dörig & Joel Fisch
