From 9389b506461d0800334a64861c3ec17e0140f9b9 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 27 Jun 2023 10:52:38 -0400 Subject: [PATCH] Update local-collaboration.md Add missing livekit info --- docs/local-collaboration.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/local-collaboration.md b/docs/local-collaboration.md index f16df2b3e0..7d8054af67 100644 --- a/docs/local-collaboration.md +++ b/docs/local-collaboration.md @@ -4,14 +4,15 @@ ### Setting up for the first time? -Install [Postgres](https://postgresapp.com) and run it. - -Then, from the root of the repo, run `script/bootstrap`. +1. Make sure you have livekit installed (`brew install livekit`) +1. Install [Postgres](https://postgresapp.com) and run it. +1. Then, from the root of the repo, run `script/bootstrap`. ### Have a db that is out of date? / Need to migrate? +1. Make sure you have livekit installed (`brew install livekit`) 1. Try `cd crates/collab && cargo run -- migrate` from the root of the repo. -2. Run `script/seed-db` +1. Run `script/seed-db` ## Testing collab locally