about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-05 10:35:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-05 10:35:26 -0700
commitc5b93055b6afcf2d5f1fc62e3f665a66aadd8a45 (patch)
tree87050a9f447ec3435a02f6f449addcb3bed454b3
parentf1cfd691b4de6c1514ae8263a0783c5211d7f3d1 (diff)
downloadmu-c5b93055b6afcf2d5f1fc62e3f665a66aadd8a45.tar.gz
1712
-rw-r--r--Readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 0be78165..c5fe47e1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,9 +70,13 @@ written directly in machine code. Currently you build it like so:
 
 ```shell
   $ cd mu
-  $ make test
+  $ ./mu
 ```
 
+Running mu will always recompile it if necessary. In this case it has no other
+work to do, so it'll show you a hopefully helpful message after it's done
+compiling.
+
 As a sneak peek, here's how you compute factorial in Mu:
 
 ![code example](http://i.imgur.com/QbZMprn.png)