From e5a1404be1655a3e6d55e1f74cff16b191657ecc Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Thu, 27 Jun 2024 13:36:59 +0100 Subject: [PATCH] Note node version in readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0150b67..aafe126 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Authorship -Stable tag: 0.2.17 -Requires at least: 5.4 -Tested up to: 6.2 -Requires PHP: 7.2 -License: GPL v3 or later -Contributors: johnbillion, humanmade +Stable tag: 0.2.17 +Requires at least: 5.4 +Tested up to: 6.2 +Requires PHP: 7.2 +License: GPL v3 or later +Contributors: johnbillion, humanmade A modern approach to author attribution in WordPress. @@ -61,9 +61,10 @@ _Features without a checkmark are still work in progress._ ### For development use * Clone this repo into your plugins directory -* Install the dependencies: +* Ensure you have Composer v2 and Node v16 installed +* Install the dependencies: `composer install && npm install` -* Start the dev server: +* Start the dev server: `npm run start` ## Design Decisions