about summary refs log tree commit diff stats
path: root/prototypes/browse/README.md
diff options
context:
space:
mode:
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'.