Document that PostgREST needs to be installed for running locally
This commit is contained in:
parent
dddd37f8a6
commit
4ea6d12fe2
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue