Skip to content

Commit 05a850a

Browse files
committed
Add development requirements to README
1 parent 0823ed8 commit 05a850a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ To embed a video either search for "Protected Video" in the Block Editor, or use
2424

2525
## Development
2626

27-
Launch a Docker-based development environment with this plugin pre-installed using
28-
[wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/):
27+
### Requirements
28+
29+
- [Node.js](https://nodejs.org/)
30+
- [Docker](https://www.docker.com/)
31+
32+
Launch a Docker-based development environment with this plugin pre-installed by running:
2933

3034
1. `npm install`
3135
2. `npm run build`

0 commit comments

Comments
 (0)