Update README.md

This commit is contained in:
PaganoBerserker 2023-09-21 19:13:31 -06:00 committed by GitHub
parent 7278123b92
commit 4bea222579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -178,9 +178,9 @@ I follow exactly this guide install openssl:
git clone --depth 1 https://github.com/openssl/openssl git clone --depth 1 https://github.com/openssl/openssl
cd openssl cd openssl
./config enable-tls1_3 --prefix=/home/team1/openssl ./config enable-tls1_3 --prefix=/home/team1/openssl
make sudo make
make install sudo make install
GOTAGS=openssl make install sudo env GOTAGS=openssl make install
``` ```
# Adding a service # Adding a service