# HG changeset patch # User Steve Losh # Date 1577132093 18000 # Node ID 46b958e3d8d1bcccb5137c39133316768820c287 # Parent c18067150e3f25117666919a23cfb0aeb8f7cd55 Update documentation now that the project is in Quicklisp diff -r c18067150e3f -r 46b958e3d8d1 docs/index.markdown --- a/docs/index.markdown Mon Dec 23 15:14:02 2019 -0500 +++ b/docs/index.markdown Mon Dec 23 15:14:53 2019 -0500 @@ -11,8 +11,7 @@ Adopt aims to be a simple, robust option parser. It can automatically print help information and even generate `man` pages for you. -Adopt is compatible with Quicklisp, but not *in* Quicklisp (yet). You can clone -the repository into your [Quicklisp local-projects directory][local] for now. +Adopt can be installed with Quicklisp: `(ql:quickload :adopt)`. The `adopt` system contains the core API and depends on [Bobbin][] and [split-sequence][]. @@ -22,6 +21,5 @@ The tests pass on SBCL, CCL, ECL, and ABCL on Ubuntu 18.04. Further testing is welcome. -[local]: https://www.quicklisp.org/beta/faq.html#local-project [Bobbin]: https://github.com/sjl/bobbin [split-sequence]: https://www.cliki.net/split-sequence