From e58d7f95b39529d0bbf4e86c5e0985e11ac6d3ea Mon Sep 17 00:00:00 2001 From: psteinroe Date: Thu, 30 Oct 2025 16:41:52 +0100 Subject: [PATCH] chore(docs): add homebrew installation --- docs/manual_installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual_installation.md b/docs/manual_installation.md index b69b2127b..e71690cc5 100644 --- a/docs/manual_installation.md +++ b/docs/manual_installation.md @@ -20,7 +20,11 @@ You have to pick the correct binary for your platform. The following table shoul ### Homebrew -We were not able to publish to Homebrew yet due to naming conflicts. We are actively working to resolve this. +Postgres Language Server is available as a [Homebrew formula](https://formulae.brew.sh/formula/postgres-language-server) for macOS and Linux users. + +```sh +brew install postgres-language-server +``` ### Using a published binary