diff --git a/doc/install.md b/doc/install.md index edd484a8..fe16442e 100644 --- a/doc/install.md +++ b/doc/install.md @@ -12,3 +12,5 @@ $ make $ cp ./cmd/dagger/dagger /usr/local/bin ``` +3. Make sure your machine is running a buildkit daemon. If you have Docker installed, you're already good to go. +Otherwise, install either [Docker](https://www.docker.com/products/docker-desktop) or [buildkit](https://github.com/moby/buildkit#quick-start).