diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2eeadcb49..a7846a54d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ branch are tagged into a release monthly. MAGIC_LINK_SECRET= ``` -6. Start Docker. This starts the required services like Postgres. If this is your first time using Docker, consider going through this [guide](docker-setup.md) +6. Start Docker. This starts the required services like Postgres. If this is your first time using Docker, consider going through this [guide](DOCKER_INSTALLATION.md) ``` pnpm run docker ``` diff --git a/docker-setup.md b/DOCKER_INSTALLATION.md similarity index 94% rename from docker-setup.md rename to DOCKER_INSTALLATION.md index 375426946..18346f5ee 100644 --- a/docker-setup.md +++ b/DOCKER_INSTALLATION.md @@ -1,6 +1,8 @@ +This guide covers installing Docker and Docker Compose. If you're looking for instructions for running Trigger.dev in docker, [see here](https://github.com/triggerdotdev/docker). + ## Setting up Docker for the first time. -In thc contributing guide of Trigger.dev, there's a section that requires you to start Docker. +In the contributing guide of Trigger.dev, there's a section that requires you to start Docker. If you don't have Docker installed on your machine, you'll run into some complications (errors).