From 596573eaf1ab3e92a316ea03d4fed31ff6666e14 Mon Sep 17 00:00:00 2001 From: madmatvey Date: Thu, 24 Mar 2022 22:32:36 +0400 Subject: [PATCH] Update FAQ --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a655201..ef12ec3 100644 --- a/README.md +++ b/README.md @@ -160,10 +160,15 @@ doesn't show you anything. Please setup your direnv: https://clck.ru/XR3pC -#### Rails commands don't work in peatio on macOS +#### Rails commands don't work in peatio on macOS Catalina See: https://github.com/se3000/ruby-eth/issues/47 +``` +ln -s /usr/local/opt/openssl/lib/libssl.dylib /usr/local/lib/ +ln -s /usr/local/opt/openssl/lib/libcrypto.dylib /usr/local/lib/ +``` + #### Failed to build gem pg ```