aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-12-21 09:07:47 -0600
committerColin Okay <okay@toyful.space>2020-12-21 09:07:47 -0600
commit44bc318cca3c4ed9e9c76a1585f7d07eec475b08 (patch)
tree57fa94fc81f9d83bc4ffe50bb7085d8214ec5dbf
parent1511ad3e50bf0e3cd37280e19fc3ed30b7e6ae4b (diff)
parent2ab97a6ba4ea1b1f5c9358f04c3fe3a38fd88d57 (diff)
Merge branch 'master' of github.com:cbeo/lazybones
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea05283..22d6be4 100644
--- a/README.md
+++ b/README.md
@@ -84,12 +84,13 @@ For example:
If you insist on trying `lazybones` for yourself, you'll need to
ensure that your quicklisp can find it.
+
The easiest approach is probably something like:
cd ~/quicklisp/local-projects/
git clone https://github.com/cbeo/lazybones
-With those two packages available to quicklips, you should be able to do
+With those packages available to quicklisp, you should be able to do
`(ql:quickload :lazybones)` in your REPL.