From ee792d8e66fc23b880f1bc7e7c061a5d1537ebd7 Mon Sep 17 00:00:00 2001 From: Leo Cavalcante Date: Thu, 28 Mar 2024 22:51:45 +0000 Subject: [PATCH] chore(docs): Tell about dev containers --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f7dcb9b..9fff05b 100644 --- a/README.md +++ b/README.md @@ -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)