about summary refs log tree commit diff stats
path: root/apps/tile/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-19 23:46:40 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-19 23:46:40 -0700
commita437a9d6a09d9da12d5d33af3f3c264f52b5cb62 (patch)
tree94c7e78b371a1cff3565fba712de3441d643a64d /apps/tile/README.md
parent0e86b32a5e7cc5408e640d9369c0dde057dff411 (diff)
downloadmu-a437a9d6a09d9da12d5d33af3f3c264f52b5cb62.tar.gz
6817
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
+```