From 5ebcb29372cfbb9a557174902e117404b3b63ced Mon Sep 17 00:00:00 2001 From: John Yeo <51376134+johnyeocx@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:58:40 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a896b499e..ebb44373a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -70,7 +70,7 @@ The `setup` script generates required environment variables to run Autumn locall ```bash docker compose -f docker-compose.dev.yml up # (if on windows) # or -docker compose -f docker-compose.dev.yml up # (if on mac / linux) +docker compose -f docker-compose.unix.yml up # (if on mac / linux) ``` ### Manual Setup