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-13 00:41:09 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-13 00:41:09 -0700
commit40d40b83decac3d4f9a3da2dc222d19d1ab704f1 (patch)
tree0cab75c658079a04ad018b434cd1b877dcecafec /apps/tile/README.md
parente99f527da03b1b1556af2f01e16ad3e6c0f37f8c (diff)
downloadmu-40d40b83decac3d4f9a3da2dc222d19d1ab704f1.tar.gz
6776 - new app: a programming environment
This will take a while.
Diffstat (limited to 'apps/tile/README.md')
-rw-r--r--apps/tile/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/tile/README.md b/apps/tile/README.md
new file mode 100644
index 00000000..67ebb7d6
--- /dev/null
+++ b/apps/tile/README.md
@@ -0,0 +1,6 @@
+To run tests:
+
+```
+./translate_mu apps/tile/*.mu
+./a.elf
+```