aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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``.