Skip to content

Commit 4843d10

Browse files
authored
Add Docker Compose plugin installation for Linux
Added instruction for Linux users to install Docker Compose plugin.
1 parent 555bb66 commit 4843d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This repository will automatically check PRs for linting compliance.
3636
1. install PHP dependencies: `composer install`
3737
1. If you're on Windows, use [WSL](https://learn.microsoft.com/en-us/windows/wsl/)
3838
1. Download and install [docker desktop](https://www.docker.com/products/docker-desktop/)
39+
1. Linux users only: Download and install docker compose plugin (`apt install docker-compose-plugin`)
3940
1. In `tools/docker-dev` Run the build script: `./build.sh`
4041
1. Run the environment: `./run.sh`. Press `CTRL+C` to exit
4142
1. Install [pre-commit](https://pre-commit.com/)

0 commit comments

Comments
 (0)