summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Hinchee <henesy@users.noreply.github.com>2019-02-25 17:49:31 -0600
committerGitHub <noreply@github.com>2019-02-25 17:49:31 -0600
commitdbf76bdbadd4ef4cd3de22b613d4c7f8492bb840 (patch)
treee8b27660e7b865fa82b605831b8e6af96402ff51 /README.md
parent31832c5f1b673bc7f8e908b1a3e4de24367fb652 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 94ff1c4..2923da4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
# Limbo by Example
-Programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language.
+These are programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language.
-These exercises are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.
+These examples are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system.
-The `;` rune in examples indicates a command to be run from the Inferno sh(1) shell.
+Examples will, if they reference lines in source within an explanation, utilize a plumbable string (see: plumb(1)) which indicates the line - or range of lines - which the explanation references.
+
+Examples are composed in acme(1) which allows you to right click these strings to jump to the relevant source lines.
+
+The `;` rune indicates a command to be run from the Inferno sh(1) shell.
## Building