about summary refs log tree commit diff stats
path: root/linux/tile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:11:23 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:11:23 -0800
commit2d306e2a989386b41eb9626324f6702a64e87b77 (patch)
treeb4b9868a5b6f40579ff34801654f0587fec754fa /linux/tile
parentbaaf53aba4cd14d73d5d1b6674ac0fb0d464c747 (diff)
downloadmu-2d306e2a989386b41eb9626324f6702a64e87b77.tar.gz
7846
Diffstat (limited to 'linux/tile')
-rw-r--r--linux/tile/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/linux/tile/README.md b/linux/tile/README.md
index a13f7662..602b1466 100644
--- a/linux/tile/README.md
+++ b/linux/tile/README.md
@@ -5,20 +5,21 @@ A programming environment that tries to [&ldquo;stop drawing dead fish&rdquo;](h
 To run:
 
 ```
-./translate_mu apps/tile/*.mu
-./a.elf screen
+$ cd linux
+$ ./translate tile/*.mu
+$ ./a.elf screen
 ```
 
 To run tests:
 
 ```
-./a.elf test
+$ ./a.elf test
 ```
 
 To run a conventional REPL (for debugging):
 
 ```
-./a.elf type
+$ ./a.elf type
 ```
 
 ## hacking