diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-04 00:11:23 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-04 00:11:23 -0800 |
commit | 2d306e2a989386b41eb9626324f6702a64e87b77 (patch) | |
tree | b4b9868a5b6f40579ff34801654f0587fec754fa /linux/tile | |
parent | baaf53aba4cd14d73d5d1b6674ac0fb0d464c747 (diff) | |
download | mu-2d306e2a989386b41eb9626324f6702a64e87b77.tar.gz |
7846
Diffstat (limited to 'linux/tile')
-rw-r--r-- | linux/tile/README.md | 9 |
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 [“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 |