From 836885c3481a7c21de5626a4d71a5c9b7c5f01b3 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 19 Oct 2004 08:20:24 +0000 Subject: [PATCH] Preliminary documentation on loading the code --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index beb2395..2a08f01 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Scx 0.2 README -*- outline -*- +Scx 0.3 README -*- outline -*- Scx library =========== @@ -39,6 +39,14 @@ description of the original Elk API at http://www-rn.informatik.uni-bremen.de/software/elk/doc.html might be helpful. +* Loading the code +================== + +Start scsh like this: + +scsh -lel cml/load.scm -lel heap-images/load.scm -lel scx/load.scm + + * Support =========