From 63adbdb48003ed55216f3764ae40215487adcc27 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 15 Jul 2023 10:36:26 -0500 Subject: [PATCH] Fix Multiple HTTPS connect issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24038794f9..194a1bb1cb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ iwr -useb https://christitus.com/win | iex ``` Or shorter Thanks to [#144](/../../issues/144) ``` -irm christitus.com/win | iex +irm https://christitus.com/win | iex ``` If you are having TLS 1.2 Issues or You cannot find or resolve `christitus.com/win` then run with the following command: ```