aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 14:32:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 14:32:11 -0700
commita373b10bdec204d2e46cc171162970ade428fe1d (patch)
tree88356dcdf58f2e42b178bc530e709caf533a69a8 /README.rst
parent26a97fed28b2c0b6444f2d57386e0c34198bc896 (diff)
downloadconsfigurator-a373b10bdec204d2e46cc171162970ade428fe1d.tar.gz
add useful features to sample consfig
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2e4ae59..03f7c7f 100644
--- a/README.rst
+++ b/README.rst
@@ -73,7 +73,7 @@ Quick start / introduction
(asdf:defsystem :com.example.consfig
:serial t
- :depends-on (#:consfigurator)
+ :depends-on (#:consfigurator #:cl-interpol)
:components ((:file "package")
(:file "consfig")))
@@ -90,8 +90,11 @@ Quick start / introduction
~/common-lisp/consfig/consfig.lisp::
(in-package :com.example.consfig)
-
(in-consfig :com.example.consfig)
+ (named-readtables:in-readtable :interpol-syntax)
+
+ ;; (try-register-data-source
+ ;; :pgp :location #P"/path/to/com.example.consfig.gpg")
(defhost athena.example.com
"Web and file server."