Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/manual_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down