File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ ql-https — HTTPS support for Quicklisp via curl
2626
2727## AUTOMATIC INSTALLATION
2828
29- The default implementation is sbcl, if you are using another then set the ` LANG `
29+ The default implementation is sbcl, if you are using another then set the ` LISP `
3030environment variable, for example to use Clozure common lisp:
3131
32- export LANG =ccl
32+ export LISP =ccl
3333
3434now run the installer script:
3535
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ cat ../version
2626- curl (refer to your system package manager)
2727
2828** AUTOMATIC INSTALLATION
29- The default implementation is sbcl, if you are using another then set the ~LANG ~
29+ The default implementation is sbcl, if you are using another then set the ~LISP ~
3030environment variable, for example to use Clozure common lisp:
31- #+begin_src lisp
32- export LANG =ccl
31+ #+begin_src sh
32+ export LISP =ccl
3333#+end_src
3434now run the installer script:
3535#+begin_src sh
You can’t perform that action at this time.
0 commit comments