From a437a9d6a09d9da12d5d33af3f3c264f52b5cb62 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 19 Sep 2020 23:46:40 -0700 Subject: [PATCH] 6817 --- apps/tile/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +```