aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-11-22 07:38:47 -0600
committerColin Okay <okay@toyful.space>2020-11-22 07:38:47 -0600
commit1aad38760fc902a3913c1473f0f437cc98e53e1c (patch)
tree71f0858eaaca8cfc86ebbecc5af320e4d6b6b239
parente6c884e4b1b32a8fc748e70757a8c2bfab1d106b (diff)
added reluctant installation documentation
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9b3c55..820265c 100644
--- a/README.md
+++ b/README.md
@@ -79,3 +79,21 @@ For example:
))
```
+# Installation
+
+If you insist on trying `lazybones` for yourself, you'll need to
+ensure that your quicklisp can find
+
+- [parzival](https://github.com/cbeo/parzival) parser framework, for decoding request bodies
+- [replay-streams](https://github.com/cbeo/replay-streams) a dependency of parzival
+
+The easiest approach is probably something like:
+
+ cd ~/quicklisp/local-projects/
+ git clone https://github.com/cbeo/parzival
+ git clone https://github.com/cbeo/replay-streams
+
+With those two packages available to quicklips, you should be able to do
+`(ql:quickload :lazybones)` in your REPL.
+
+