Update README.md

This commit is contained in:
PaganoBerserker 2023-09-19 18:22:07 -06:00 committed by GitHub
parent 6efca515d1
commit 7278123b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ I follow exactly this guide install openssl:
```linux
git clone --depth 1 https://github.com/openssl/openssl
cd openssl
./config enable-tls1_3 --prefix=/home/delia/openssl
./config enable-tls1_3 --prefix=/home/team1/openssl
make
make install
GOTAGS=openssl make install