aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4a3538e..067ef10 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
+# 🥛 MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
## Summary
@@ -10,7 +10,7 @@ Check out the language spec
[spec.md](spec.md)
Check out the TODO
-[todo.md](todo.md)
+[TODO.txt](TODO.txt)
## Building
@@ -28,6 +28,10 @@ To run the test suite, run:
stack test
+For development, I find it very useful to run `milch` commands in one terminal window and this command in another:
+
+ stack install --test --file-watch
+
## Author
Jan Tuomi <<jans.tuomi@gmail.com>>