about summary refs log tree commit diff stats
path: root/apps/tile/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/README.md')
-rw-r--r--apps/tile/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/tile/README.md b/apps/tile/README.md
index 67ebb7d6..9521bd8f 100644
--- a/apps/tile/README.md
+++ b/apps/tile/README.md
@@ -1,6 +1,12 @@
-To run tests:
+To run:
 
 ```
 ./translate_mu apps/tile/*.mu
 ./a.elf
 ```
+
+To run tests:
+
+```
+./a.elf test
+```