--- a/docs/01-installation.markdown Sat Feb 23 14:34:24 2019 -0500
+++ b/docs/01-installation.markdown Thu Mar 07 12:48:03 2019 -0500
@@ -1,9 +1,9 @@
Installation
============
-cl-netpbm is compatible with Quicklisp, but not *in* Quicklisp (yet?). You
-can clone the repository into your [Quicklisp local-projects][local] directory
-for now.
+cl-netpbm can be installed with Quicklisp:
+
+ (ql:quickload :cl-netpbm)
The `cl-netpbm` system provides all the functionality of the library. It has no
dependencies.
@@ -11,5 +11,4 @@
The `cl-netpbm/test` system provides the unit tests. It depends on `1am` and
`external-program`, and also requires [ImageMagick][im] for its fuzz testing.
-[local]: https://www.quicklisp.org/beta/faq.html#local-project
[im]: https://www.imagemagick.org/