From f20ca77309fa57c47d80e4a28cd8f015c6212fad Mon Sep 17 00:00:00 2001 From: Kai Date: Fri, 5 Nov 2021 17:47:21 +0100 Subject: [PATCH] README: HTTP => HTTPS --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 322da43..2ce34ad 100644 --- a/README +++ b/README @@ -74,7 +74,7 @@ make install ``` If you want the ssh module, you have to setup libssh (not libssh2!) on your -system, get it from http://www.libssh.org, for ssh v1 support you also need +system, get it from https://www.libssh.org, for ssh v1 support you also need to add "-DWITH_SSH1=On" option in the cmake command line. IMPORTANT: If you compile on MacOS then you must do this - do not install libssh via brew!