We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d5b38 commit 376654eCopy full SHA for 376654e
docs/manual_installation.md
@@ -20,7 +20,11 @@ You have to pick the correct binary for your platform. The following table shoul
20
21
### Homebrew
22
23
-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.
24
+
25
+```sh
26
+brew install postgres-language-server
27
+```
28
29
### Using a published binary
30
0 commit comments