aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98577c4..f631899 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,21 @@ Building
Using [stack]:
- stack build
+```
+> stack setup
+...
+
+> stack build
+```
[stack]: http://docs.haskellstack.org/en/stable/README/
Installation
------------
- stack install
+```
+> stack install
+```
Usage
-----