Update Scheme docs to curl over https

Felt more comfortable running this over https. Not sure what the risks
are of piping files into a root privilege tar process, but the server
supports it so may as well use it.
This commit is contained in:
David King 2016-02-28 23:26:48 +00:00 committed by Eivind Fonn
parent 2b99909491
commit 6b7aee200b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ For full Chicken support, the following commands should be run:
#+BEGIN_SRC shell
$ chicken-install -s apropos chicken-doc
$ cd `csi -p '(chicken-home)'`
$ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
$ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
#+END_SRC
* Key Bindings