From f5a4a1eba5811c0ce284560653d4c3ba4897c3dd Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Wed, 13 Jul 2022 22:09:28 +0300 Subject: [PATCH] Update README.md I think installing postgres client is optionall. And stackoverflow link looks a bit strange there. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6a4fc5ce1b..bd7abe51de 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,6 @@ brew install protobuf etcd openssl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -3. Install PostgreSQL Client -``` -# from https://stackoverflow.com/questions/44654216/correct-way-to-install-psql-without-full-postgres-on-macos -brew install libpq -brew link --force libpq -``` - #### Building on Linux and OSX 1. Build neon and patched postgres