File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This repository will automatically check PRs for linting compliance.
36361 . install PHP dependencies: ` composer install `
37371 . If you're on Windows, use [ WSL] ( https://learn.microsoft.com/en-us/windows/wsl/ )
38381 . 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 )
40401 . In ` tools/docker-dev ` Run the build script: ` ./build.sh `
41411 . Run the environment: ` ./run.sh ` . Press ` CTRL+C ` to exit
42421 . Install [ pre-commit] ( https://pre-commit.com/ )
You can’t perform that action at this time.
0 commit comments