# HG changeset patch # User Steve Losh # Date 1551980883 18000 # Node ID db8f927391c9e5aa64bf0d303e89b045babe46f3 # Parent 065d51da89c822579431f91ec4b71822c1974ffc Quicklisp diff -r 065d51da89c8 -r db8f927391c9 docs/01-installation.markdown --- 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/