From 54fdc9ae491c711000a481657f050fbc79a98d68 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 6 Nov 2021 11:59:31 +0100 Subject: [PATCH] Update documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8e79eb..55a69c8 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ ### Install OpenSSL on macOS -You must install `openssl@1.1` using the brew package manager , then link openssl +You must install `openssl@3` using the brew package manager , then link openssl to `/usr/local/opt/openssl` If you don't know how to do this, type the following commands in your terminal: ```bash -brew install openssl@1.1 -ln -sf /usr/local/Cellar/openssl@1.1/1.1.1l /usr/local/opt/openssl +brew install openssl@3 +ln -sf /usr/local/Cellar/openssl@3/3.0.0 /usr/local/opt/openssl ``` ## 📚 How to use the library