Document that PostgREST needs to be installed for running locally

This commit is contained in:
Max Brunsfeld 2023-09-13 13:46:17 -07:00
parent dddd37f8a6
commit 4ea6d12fe2

View file

@ -28,10 +28,11 @@ Welcome to Zed, a lightning-fast, collaborative code editor that makes your drea
psql -U postgres -c "CREATE DATABASE zed"
```
* Install the `LiveKit` server and the `foreman` process supervisor:
* Install the `LiveKit` server, the `PostgREST` API server, and the `foreman` process supervisor:
```
brew install livekit
brew install postgrest
brew install foreman
```