# HG changeset patch # User Steve Losh # Date 1619563706 14400 # Node ID a3e3cbc1e45b44dcf23a25d020692d485b2e692c # Parent ef3218c9d90d96d0c5575f94af321bdc553b732b Fix README, Adopt is in Quicklisp now diff -r ef3218c9d90d -r a3e3cbc1e45b README.markdown --- a/README.markdown Tue Apr 27 18:46:31 2021 -0400 +++ b/README.markdown Tue Apr 27 18:48:26 2021 -0400 @@ -14,8 +14,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][]. @@ -25,6 +24,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