about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)