Skip to content

Commit f66b676

Browse files
committed
CL note: add local projects to Quicklisp
1 parent 0c502e9 commit f66b676

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Common-Lisp.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,19 @@ With `cl-fad` library
463463
(ql:update-all-dists)
464464
----
465465

466+
=== Add a local project to Quicklisp
467+
468+
Add your project to `~/quicklisp/local-projects/`
469+
470+
[source,sh,linenums]
471+
----
472+
cd ~/quicklisp/local-projects/
473+
git clone <some-uri>
474+
----
475+
476+
Then just `(ql:quickload "project-name")` as usual.
477+
478+
466479
== FAQs
467480

468481
=== What is truename?

0 commit comments

Comments
 (0)