Fix README, Adopt is in Quicklisp now
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 27 Apr 2021 18:48:26 -0400 |
parents |
ef3218c9d90d
|
children |
82d5dd50f5a6
|
branches/tags |
(none) |
files |
README.markdown |
Changes
--- 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