aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-08 15:16:35 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-08 15:16:54 +0200
commit22a9ade3409b40f644a5b79fc6f1e5b06419c507 (patch)
tree2597d8548c1332dc54257f1e502f52a332d06fc4
parentfa81acc07cc03ded61e175ceb927fdfd3165238b (diff)
Update README
-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>>