From 4bea2225799e69ca258ca9c90e007cddfe790f5d Mon Sep 17 00:00:00 2001 From: PaganoBerserker <47154857+PaganoBerserker@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:13:31 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d6a3b..c3211e4 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ I follow exactly this guide install openssl: git clone --depth 1 https://github.com/openssl/openssl cd openssl ./config enable-tls1_3 --prefix=/home/team1/openssl -make -make install -GOTAGS=openssl make install +sudo make +sudo make install +sudo env GOTAGS=openssl make install ``` # Adding a service