From b0ff484056ab66116f532155835d94c0fd93a730 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 24 Feb 2021 18:03:53 -0700 Subject: README: add cl-babel and quicklisp instructions Signed-off-by: Sean Whitton --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 293e78c..3c7aab2 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,10 @@ We also have a few nice macros defined, though nothing too clever yet. Try it out / quick start ======================== -1. ``apt-get install sbcl cl-ppcre cl-interpol cl-alexandria``. +1. ``apt-get install sbcl cl-ppcre cl-interpol cl-alexandria cl-babel``, or + ``(ql:quickload "cl-ppcre")``, ``(ql:quickload "alexandria")``, + ``(ql:quickload "cl-interpol")`` and ``(ql:quickload "babel")`` (see + https://www.quicklisp.org/). 2. Install Consfigurator. One way to do that is to clone this git repository into ``~/.local/share/common-lisp/source``. -- cgit v1.2.3