From f45b3c18d33fea7d2eaeb1f854f9a6735e22dde9 Mon Sep 17 00:00:00 2001 From: "n. gvrnd" Date: Sat, 2 Mar 2019 11:33:49 -0500 Subject: [PATCH] use "--load" rather than "--script" for quicklisp "--script" causes sbcl to run quicklisp.lisp and exit. Using "--load" leaves the user at the SBCL prompt with quicklisp loaded, which is more convenient. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 97c1566..cecdf0b 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ CL-PPCRE CL-FAD To install the packages with Quicklisp, install SBCL and Quicklisp. Then at a shell prompt, run: -sbcl --script /path/to/quicklisp.lisp +sbcl --load /path/to/quicklisp.lisp (on Debian and Ubuntu based Linux systems, if you install Quicklisp through the package manager it's in sbcl --script /usr/share/cl-quicklisp/quicklisp.lisp) In SBCL type each of the following commands: (quicklisp-quickstart:install)