aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index f3e2486..056ef96 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,21 @@ Check out the language spec
Check out the TODO
[todo.md](todo.md)
-## Usage
+## Building
Install a Haskell toolchain with Stack and GHC. Run
- stack run -- -h
+ stack build
+ stack install
+
+to build and install the `milch` binary in your `PATH`.
+
+Then, run
+
+ milch -h
to see the help text.
## Author
-Jan Tuomi <jans.tuomi@gmail.com>
+Jan Tuomi <<jans.tuomi@gmail.com>>