aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-12-21 09:03:52 -0600
committerColin Okay <okay@toyful.space>2020-12-21 09:03:52 -0600
commit1511ad3e50bf0e3cd37280e19fc3ed30b7e6ae4b (patch)
tree08a9fb7a6dc3ff43eb8b7c68aab35c782dd7eb00
parente156fe7e15e236f11ffb8828273d4014db156d2f (diff)
updated readme
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 820265c..ea05283 100644
--- a/README.md
+++ b/README.md
@@ -82,16 +82,12 @@ 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
+ensure that your quicklisp can find it.
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.