about summary refs log tree commit diff stats
path: root/prototypes/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-31 20:51:01 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-31 20:51:01 -0700
commit7ad38707add62a7b328768c54b412547bed28448 (patch)
tree879d55d197cbf7d33d054783551554dd7cc982c6 /prototypes/README.md
parent1694f9a3b5b43c2ea871271d77f74ccaa9606edb (diff)
downloadmu-7ad38707add62a7b328768c54b412547bed28448.tar.gz
6695
Diffstat (limited to 'prototypes/README.md')
-rw-r--r--prototypes/README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/prototypes/README.md b/prototypes/README.md
index 28d3b298..bc7cf5cf 100644
--- a/prototypes/README.md
+++ b/prototypes/README.md
@@ -8,11 +8,7 @@ To build prototype #n of app X under this directory:
 $ ./translate_mu prototypes/__X__/__n__.mu
 ```
 
-Now try running it with some text file:
-
-```
-$ ./a.elf __text_file__
-```
+This will generate a binary called `a.elf`.
 
 Sub-directories are prototypes with multiple files. Build them like this:
 
@@ -20,4 +16,5 @@ Sub-directories are prototypes with multiple files. Build them like this:
 $ ./translate_mu prototypes/__X__/__n__/*.mu
 ```
 
-Run them as before.
+For instructions on running the generated `a.elf` binary, see the prototype's
+Readme.