File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,19 @@ ql-https — HTTPS support for Quicklisp via curl
2424- curl (refer to your system package manager)
2525
2626
27- ## INSTALLATION
27+ ## AUTOMATIC INSTALLATION
28+
29+ The default implementation is sbcl, if you are using another then set the ` LANG `
30+ environment variable, for example to use Clozure common lisp:
31+
32+ export LANG=ccl
33+
34+ now run the installer script:
35+
36+ curl https://raw.githubusercontent.com/rudolfochrist/ql-https/install-script/install.sh | bash
37+
38+
39+ ## MANUAL INSTALLATION
2840
29411 . ` mkdir ~/quicklisp ` and ` cd ~/quicklisp `
30422 . Go to < https://beta.quicklisp.org/client/quicklisp.sexp > and lookup ` :client-tar ` URL, download it, verify
Original file line number Diff line number Diff line change @@ -25,7 +25,18 @@ cat ../version
2525- [[https://www.quicklisp.org/beta/][Quicklisp]]
2626- curl (refer to your system package manager)
2727
28- ** INSTALLATION
28+ ** AUTOMATIC INSTALLATION
29+ The default implementation is sbcl, if you are using another then set the ~LANG~
30+ environment variable, for example to use Clozure common lisp:
31+ #+begin_src lisp
32+ export LANG=ccl
33+ #+end_src
34+ now run the installer script:
35+ #+begin_src sh
36+ curl https://raw.githubusercontent.com/rudolfochrist/ql-https/install-script/install.sh | bash
37+ #+end_src
38+
39+ ** MANUAL INSTALLATION
2940
30411. =mkdir ~/quicklisp= and =cd ~/quicklisp=
31422. Go to [[https://beta.quicklisp.org/client/quicklisp.sexp]] and lookup =:client-tar= URL, download it, verify
You can’t perform that action at this time.
0 commit comments