From 8341407cbe5797b1dba1b9af1f6b30f996ccb210 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 17 Aug 2019 17:41:12 +0200 Subject: [PATCH] doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7caa7bd..b90e3b92 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,11 @@ Writing file: /tmp/clojure.org.html ## Enabling SSL -This is a bit tricky, but you only have to do it once. Binaries compiled with -GraalVM need a runtime dependency called `libsunec.so`. Because I don't know if -I'm allowed to ship this library with babashka, I have chosen to let the user -take care of these and put them in a known location. This also allows you to -include a different `cacerts`. +If you want to be able to use SSL to e.g. `(slurp "https://www.clojure.org")` +you will need install a runtime dependency called `libsunec.so`. Because I don't +know if I'm allowed to ship this library with babashka, I have chosen to let the +user take care of these and put them in a known location. This also allows you +to include a different `cacerts`. To enable SSL, create a `~/.babashka/lib` directory and copy the`libsunec.so` (Linux) or `libsunec.dylib` (Mac) to it. This library comes with GraalVM and is