diff --git a/README.md b/README.md index f1a8897..b69a482 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,13 @@ To embed a video either search for "Protected Video" in the Block Editor, or use ## Development -Launch a Docker-based development environment with this plugin pre-installed using -[wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/): +### Requirements + +- [Node.js](https://nodejs.org/) +- [Composer](https://getcomposer.org/) +- [Docker](https://www.docker.com/) + +Launch a Docker-based development environment with this plugin pre-installed by running: 1. `npm install` 2. `npm run build`