db8f927391c9
Quicklisp
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 07 Mar 2019 12:48:03 -0500 |
parents | 065d51da89c8 |
children | 9ddd1cab15a0 |
branches/tags | (none) |
files | docs/01-installation.markdown |
Changes
--- 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/