mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
Update local-collaboration.md
This commit is contained in:
parent
f311d307b1
commit
0548df09d9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ Then, from the root of the repo, run `script/bootstrap`.
|
|||
|
||||
### Have a db that is out of date? / Need to migrate?
|
||||
|
||||
Try `cd crates/collab && cargo run -- migrate` from the root of the repo.
|
||||
1. Try `cd crates/collab && cargo run -- migrate` from the root of the repo.
|
||||
2. Run `script/seed-db`
|
||||
|
||||
## Testing collab locally
|
||||
|
||||
|
|
Loading…
Reference in a new issue