summarylogtreecommitdiffstats
path: root/quicklisp.install
diff options
context:
space:
mode:
Diffstat (limited to 'quicklisp.install')
-rw-r--r--quicklisp.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/quicklisp.install b/quicklisp.install
index c40c637de2b0..3c2e37f1ef3d 100644
--- a/quicklisp.install
+++ b/quicklisp.install
@@ -4,7 +4,8 @@ post_install()
echo "==== quicklisp installed ===="
echo "To load a system, use: (ql:quickload \"system-name\")"
echo "To find systems, use: (ql:system-apropos \"term\")"
- echo "To load Quicklisp every time you start Lisp, copy the lines from /etc/default/quicklisp to your ~/sbclrc or ~/.ccl-init.lisp"
+ echo "To load Quicklisp every time you start Lisp, copy the lines "
+ echo "from /etc/default/quicklisp to your ~/.sbclrc or ~/.ccl-init.lisp"
echo "For more information, see http://www.quicklisp.org/beta/"
echo -e "\e[0m"
}