From 16ad0e850c7712404dadadd7efc9049f0485e469 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 27 Aug 2007 21:53:59 +0200 Subject: [PATCH] starting on how to install and run --- Doc/INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Doc/INSTALL diff --git a/Doc/INSTALL b/Doc/INSTALL new file mode 100644 index 0000000..0191e31 --- /dev/null +++ b/Doc/INSTALL @@ -0,0 +1,9 @@ +-*- mode:text -*- + + +Let $CLSHOME be the toplevel directory. Then to get started, within +the Lisp REPL, $CLSHOME/init.lisp + +This should initialize all of the right variables to autoload. + + -- 2.11.4.GIT