Skip to content

Commit ee792d8

Browse files
committed
chore(docs): Tell about dev containers
1 parent 9d4be62 commit ee792d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ php --version
3434
composer --version
3535
```
3636

37+
Using [Dev Containers](https://containers.dev/)? We have a pre-built image:
38+
```json
39+
{
40+
"image": "opencodeco/phpctl:php83-devcontainer"
41+
}
42+
```
43+
In fact, we use it ourselves to develop `phpctl` itself: [devcontainer.json](.devcontainer/devcontainer.json).
44+
45+
3746
## Getting started
3847

3948
- [Installation guide](https://phpctl.dev/#installation)

0 commit comments

Comments
 (0)