about summary refs log tree commit diff stats
path: root/prototypes/browse/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/browse/README.md
parent1694f9a3b5b43c2ea871271d77f74ccaa9606edb (diff)
downloadmu-7ad38707add62a7b328768c54b412547bed28448.tar.gz
6695
Diffstat (limited to 'prototypes/browse/README.md')
-rw-r--r--prototypes/browse/README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/prototypes/browse/README.md b/prototypes/browse/README.md
index 3977dfb2..8e0152cf 100644
--- a/prototypes/browse/README.md
+++ b/prototypes/browse/README.md
@@ -1,8 +1,13 @@
 # Render text with word-wrap.
 
-This directory contains a series of prototypes.
+This directory contains a series of prototypes. For more details on the
+organization of this directory and building, see [the parent directory](..).
 
-If you need to quit, press 'q'.
+Once you've followed the instructions for building a prototype, try running it
+with some text file:
+
+```
+$ ./a.elf __text_file__
+```
 
-For more details on the organization of this directory, see the parent
-directory.
+If you need to quit, press 'q'.