diff --git a/public/editor-src/README.md b/public/editor-src/README.md index dd533c37d5..058776409c 100644 --- a/public/editor-src/README.md +++ b/public/editor-src/README.md @@ -1,7 +1,9 @@ ### BUILD INSTRUCTIONS -1. Make sure that you have the latest lts version `node` and the latest `npm` installed -2. Open a terminal and go to this directory `cd {brizy_plugin_root}/public/editor-src` -3. Run `npm install` -4. Run `npm run build:github` -5. See and test your changes on your local WordPress site +1. Make sure that you have the latest lts version `node`, latest `npm`, and latest `composer` installed +2. Open a terminal and go to brizy plugin directory `cd {brizy_plugin_root}` +3. Run `composer install` +4. In the terminal go to editor source directory `cd {brizy_plugin_root}/public/editor-src` +5. Run `npm install` +6. Run `npm run build:github` +7. See and test your changes on your local WordPress site