Skip to content

Commit 9bb9e9a

Browse files
committed
automatic installation instructions
1 parent c22d360 commit 9bb9e9a

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2941
1. `mkdir ~/quicklisp` and `cd ~/quicklisp`
3042
2. Go to <https://beta.quicklisp.org/client/quicklisp.sexp> and lookup `:client-tar` URL, download it, verify

doc/README.org

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3041
1. =mkdir ~/quicklisp= and =cd ~/quicklisp=
3142
2. Go to [[https://beta.quicklisp.org/client/quicklisp.sexp]] and lookup =:client-tar= URL, download it, verify

0 commit comments

Comments
 (0)