diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tile/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 +``` |