From 2d306e2a989386b41eb9626324f6702a64e87b77 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 4 Mar 2021 00:11:23 -0800 Subject: 7846 --- linux/tile/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'linux/tile/README.md') 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 [“stop drawing dead fish”](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 -- cgit 1.4.1-2-gfad0