Skip to content

Commit 31aa6a6

Browse files
authored
Update CONTRIBUTING.md
1 parent 4843d10 commit 31aa6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +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`)
39+
1. Linux users only: Download and install docker compose plugin (`apt install docker-compose-plugin && ln -s /usr/libexec/docker/cli-plugins/docker-compose /bin/docker-compose` on Ubuntu)
4040
1. In `tools/docker-dev` Run the build script: `./build.sh`
4141
1. Run the environment: `./run.sh`. Press `CTRL+C` to exit
4242
1. Install [pre-commit](https://pre-commit.com/)

0 commit comments

Comments
 (0)