File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
2-
31# NAME
42
5- ql-https — ; HTTPS support for Quicklisp via curl
6-
73
8- # VERSION
9-
10- 0.5.0
4+ ql-https — ; HTTPS support for Quicklisp via curl
115
126
137# SYNOPSIS
@@ -21,7 +15,8 @@ ql-https — HTTPS support for Quicklisp via curl
2115## PREREQUISITES
2216
2317- [ Quicklisp] ( https://www.quicklisp.org/beta/ )
24- - curl (refer to your system package manager)
18+ - curl
19+ - md5sum (unless you're using SBCL)
2520
2621
2722## AUTOMATIC INSTALLATION
@@ -64,16 +59,17 @@ Watch ASCIInema:
6459
6560## STARTUP
6661
67- (let ((quicklisp-init #p"~/common-lisp/ql-https/ql-setup.lisp"))
68- (when (probe-file quicklisp-init)
69- (load quicklisp-init)
70- (asdf:load-system "ql-https")
71- (uiop:symbol-call :quicklisp :setup)))
72-
73- ;; optional
74- #+ql-https
75- (setf ql-https:*quietly-use-https* t)
62+ ``` lisp
63+ (let ((quicklisp-init #p"~/common-lisp/ql-https/ql-setup.lisp"))
64+ (when (probe-file quicklisp-init)
65+ (load quicklisp-init)
66+ (asdf:load-system "ql-https")
67+ (uiop:symbol-call :quicklisp :setup)))
7668
69+ ;; optional
70+ #+ql-https
71+ (setf ql-https:*quietly-use-https* t)
72+ ```
7773
7874# AUTHOR
7975
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments