Skip to content

Commit

Permalink
chore(docs): Tell about dev containers
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 28, 2024
1 parent 9d4be62 commit ee792d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ php --version
composer --version
```

Using [Dev Containers](https://containers.dev/)? We have a pre-built image:
```json
{
"image": "opencodeco/phpctl:php83-devcontainer"
}
```
In fact, we use it ourselves to develop `phpctl` itself: [devcontainer.json](.devcontainer/devcontainer.json).


## Getting started

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

0 comments on commit ee792d8

Please sign in to comment.