From 517ddb36f8b26833d3d19f93cadf4be45b81eac8 Mon Sep 17 00:00:00 2001 From: Eric Rabinowitz Date: Thu, 6 Oct 2022 19:54:47 -0400 Subject: [PATCH] Fix homebrew formula name for postgresql --- docs/docs/local-postgres-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/local-postgres-setup.md b/docs/docs/local-postgres-setup.md index 73563c3ddeec..5facde1d7929 100644 --- a/docs/docs/local-postgres-setup.md +++ b/docs/docs/local-postgres-setup.md @@ -12,7 +12,7 @@ likely going to want to run the same database you use in production locally at s If you're on a Mac, we recommend using Homebrew: ```bash -brew install postgres@14 +brew install postgresql@14 ``` > **Install Postgres? I've messed up my Postgres installation so many times, I wish I could just uninstall everything and start over!**