From f3399b8839cb847a55f12f0c909901ee20a08b1b Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 27 Jun 2019 15:22:03 +0800 Subject: [PATCH] - Docs: Clarify build steps --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22ba08e1..77d052d6 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,10 @@ incorporating SVGEdit. You will need to have Node.js/npm installed. steps after any config changes you make, so that your changes can also be automatically made available to both versions. 1. JavaScript: - 1. Run `npm install` within the `node_modules/svgedit` directory to - install the build tools for SVG-edit. + 1. Run `npm install` within the svgedit directory (`node_modules/svgedit` + if you installed via npm) and the root repository directory if you + cloned the Git repository instead. This will install the build tools + for SVG-edit. 1. Run `npm run build-config` within the `node_modules/svgedit` directory. 1. This will rebuild `svgedit-config-iife.js` (applying Babel to allow it to work on older browsers and applying Rollup to build all