From 2878e78f95c1874bcf782677e2ca175cb21872d6 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 6 Jun 2022 09:07:59 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87a15e9..321f350 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ You will need the following dependencies (Debian/Ubuntu packages given as exampl Then just run `make` and the build should pass. -You then need to unpack `deps/quictls/quictls-OpenSSL_1_1_1o-dist.tar.gz` so -that it expands in `/opt/quictls`, which is where HAProxy will look for OpenSSL. +First, `deps/quictls/quictls-dist.tar.gz` should be expanded so it matches the host's +`/opt/quictls` when expanding, as it is where HAProxy will look for OpenSSL. -And finally you can expand `haproxy/haproxy-2.6-dist.tar.gz` wherever you please. +And finally `haproxy/haproxy-dist.tar.gz` can be expanded anywhere. ## Should I use this repo?