diff --git a/docs/cli.html b/docs/cli.html index da80e6fd9e..80fefe21cd 100644 --- a/docs/cli.html +++ b/docs/cli.html @@ -967,7 +967,7 @@ git checkout stable cp scripts/cabal.project.local.linux cabal.project.local

On Mac:

-
brew install openssl@1.1
+
brew install openssl@3.0
 cp scripts/cabal.project.local.mac cabal.project.local
 

You may need to amend cabal.project.local to point to the actual openssl location.

diff --git a/docs/contributing.html b/docs/contributing.html index cbbb8f4840..66fd7238e5 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -868,8 +868,8 @@ window.addEventListener('scroll',changeHeaderBg);

OpenSSL on MacOS

MacOS comes with LibreSSL as default, OpenSSL must be installed to compile SimpleX from source.

-

OpenSSL can be installed with brew install openssl@1.1

-

You will have to add /opt/homebrew/opt/openssl@1.1/bin to your PATH in order to have things working properly

+

OpenSSL can be installed with brew install openssl@3.0

+

You will have to add /opt/homebrew/opt/openssl@3.0/bin to your PATH in order to have things working properly

Project branches

In simplex-chat repo