Mention Docker Compose in the collab docs (#7908)
This PR adds a note about using Docker Compose to run the `collab` dependencies. Release Notes: - N/A
This commit is contained in:
parent
07501d9cfa
commit
86f81c4db3
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ If you are developing collaborative features of Zed, you'll need to install the
|
||||||
brew install livekit foreman
|
brew install livekit foreman
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, if you have [Docker](https://www.docker.com/) installed you can bring up all the `collab` dependencies using Docker Compose:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
## Building Zed from Source
|
## Building Zed from Source
|
||||||
|
|
||||||
Once you have the dependencies installed, you can build Zed using [Cargo](https://doc.rust-lang.org/cargo/).
|
Once you have the dependencies installed, you can build Zed using [Cargo](https://doc.rust-lang.org/cargo/).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue