From bb40263189eacdf99c577c3069a6c2ad1a90fb98 Mon Sep 17 00:00:00 2001 From: pajlada Date: Thu, 26 Jan 2017 11:17:29 +0100 Subject: [PATCH] fix ssl download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79abc0aac..8c997b216 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Chatterino 2 is the second installment of my twitch chat client series "Chatteri ## requirements 1. download the [boost library](https://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip/download) and extract it to `C:\local\boost` -2. download binaries for OpenSSL >= 1.0.2 or compile it from source. [example download](https://indy.fulgan.com/SSL/https://indy.fulgan.com/SSL/) +2. download binaries for OpenSSL >= 1.0.2 or compile it from source. [example download](https://indy.fulgan.com/SSL/) 3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.