aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2020-12-17 14:09:09 -0600
committerGitHub <noreply@github.com>2020-12-17 14:09:09 -0600
commit4927302eb8940433080bbf7fe52acc2ee594e3e2 (patch)
tree4571709e000c78b98b7dd61add6b774d2be0f2cb
parentb7c6f7e5f5397026a6ecc1ffc2aa7d0b82d58816 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 820265c..a04445d 100644
--- a/README.md
+++ b/README.md
@@ -87,11 +87,13 @@ 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
+ git clone https://github.com/cbeo/lazybones
With those two packages available to quicklips, you should be able to do
`(ql:quickload :lazybones)` in your REPL.