aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c046c88..2b05f76 100644
--- a/README.md
+++ b/README.md
@@ -328,6 +328,14 @@ the `tl-who.tl` file (or its compiled version, if you compile the code).
TXR Lisp's `load` is intelligent; the `tl-who` loader module easily loads the
needed files, which it finds in the same directory as itself.
+To compile all the TL-WHO files:
+
+ ::text
+ (load "path/to/tl-who" :compile)
+
+Cleaning compiled files away is similar; use the load argument `:clean`
+instead of `:compile`.
+
TL-WHO symbols are in a package called `tl-who`, which is case sensitive.
Its private symbols are in `tl-who-priv`.