Update docs for running collab locally (#23192)

Mention `cargo run -p collab -- serve all`, which seem to be the easier
way to run it.

Release Notes:

- N/A
This commit is contained in:
João Marcos 2025-01-15 16:27:40 -03:00 committed by GitHub
parent 2e959cb6d6
commit b3e8bb0ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,10 +33,12 @@ To use a different set of admin users, you can create your own version of that j
## Testing collaborative features locally
In one terminal, run Zed's collaboration server and the `livekit` dev server:
Ensure that Postgres is configured and running, then run Zed's collaboration server and the `livekit` dev server:
```sh
foreman start
# OR
cargo run -p collab -- serve all
```
In a second terminal, run two or more instances of Zed.