From 36cd25045969ebdb14bcd8b11b61e43d7bf88160 Mon Sep 17 00:00:00 2001 From: Max Rottenkolber Date: Tue, 13 Dec 2016 19:52:20 +0100 Subject: [PATCH] Inform about ql:configure-asdf after bootstrap. --- quicklisp.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/quicklisp.lisp b/quicklisp.lisp index b9f733d..517e5a7 100644 --- a/quicklisp.lisp +++ b/quicklisp.lisp @@ -1758,6 +1758,7 @@ the indexes in the header accordingly." (format t " To load a system, use: (ql:quickload \"system-name\")~%~%") (format t " To find systems, use: (ql:system-apropos \"term\")~%~%") (format t " To load Quicklisp every time you start Lisp, use: (ql:add-to-init-file)~%~%") + (format t " To configure ASDF to search the Quicklisp tree, use: (ql:configure-asdf)~%~%") (format t " For more information, see http://www.quicklisp.org/beta/~%~%"))) (defun initial-install (&key (client-url *client-info-url*) dist-url)