Skip to content

Commit 04e7c24

Browse files
committed
Update README
1 parent e199124 commit 04e7c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All PHP modules/extensions (for all PHP versions and both for `amd64` and `arm64
1717
2. Run `make gen-dockerfiles` to generate Dockerfiles via Ansible
1818
3. Run `make build STAGE=mods VERSION=8.1 ARCH=linux/amd64` to build the `mods` Docker image with version `8.1` for platform `linux/amd64`
1919

20-
**Note:** If you want to test if your new module builds correctly, you can generate Dockerfiles which only contain your module and all others removed. This allows for much faster Docker builds and you don't have to wait for all other modules to be built. To do so you generate group_vars for your module only via:
20+
**Note:** If you want to test if your new module builds correctly, you can generate Dockerfiles which only contain this one module and all others removed. This allows for much faster Docker builds and you don't have to wait for all other modules to be built. To do so, you generate group_vars for your one module only via:
2121

2222
```bash
2323
# Commands shown here are executed from root of this repository

0 commit comments

Comments
 (0)