From 7a3337694a141a6eface5013bf839202103344ab Mon Sep 17 00:00:00 2001 From: Paul Sealock Date: Thu, 22 Aug 2019 07:17:05 +1200 Subject: [PATCH] Readme: add composer install step --- plugins/woocommerce-admin/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/README.md b/plugins/woocommerce-admin/README.md index ed7ad0575dc..8450626564c 100644 --- a/plugins/woocommerce-admin/README.md +++ b/plugins/woocommerce-admin/README.md @@ -16,7 +16,12 @@ For better debugging, it's also recommended you add `define( 'SCRIPT_DEBUG', tru ## Development -After cloning the repo, install dependencies with `npm install`. Now you can build the files using one of these commands: +After cloning the repo, install dependencies: + + - `npm install` to install JavaScript dependencies. + - `composer install` to gather PHP dependencies. + +Now you can build the files using one of these commands: - `npm run build` : Build a production version - `npm run dev` : Build a development version