diff --git a/docs/src/dev-containers.md b/docs/src/dev-containers.md index c87b204ee9cded48edb95752dd234fa55df71338..65f3e86c81d87098da6a678354269ab0dd52cc5d 100644 --- a/docs/src/dev-containers.md +++ b/docs/src/dev-containers.md @@ -6,6 +6,7 @@ If your repository includes a `.devcontainer/devcontainer.json` file, Zed can op ## Requirements +- [(Preview Only)](https://zed.dev/releases/preview): Download and install the latest Zed. - Docker must be installed and available in your `PATH`. Zed requires the `docker` command to be present. If you use Podman, you can alias it to `docker` (e.g., `alias docker=podman`). - Your project must contain a `.devcontainer/devcontainer.json` directory/file.