aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 18:03:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 18:03:53 -0700
commitb0ff484056ab66116f532155835d94c0fd93a730 (patch)
treeea5f8819dc2deadf35f740b7be26ca4a78e87b23 /README.rst
parentf5c25e85888d7ac79cd70ed720c384868cc3341e (diff)
downloadconsfigurator-b0ff484056ab66116f532155835d94c0fd93a730.tar.gz
README: add cl-babel and quicklisp instructions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
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``.