From f3efd68363a88c96dea7cef3bbbc0a3e53e1b717 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 21 Jan 2022 17:20:22 +0000 Subject: [PATCH] Update README.md --- plugins/spine/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/spine/README.md b/plugins/spine/README.md index 5ef65c753..720d188f2 100644 --- a/plugins/spine/README.md +++ b/plugins/spine/README.md @@ -2,10 +2,11 @@ 1. Checkout the Esoteric Spine Runtimes repo to the `spine-runtimes` folder: https://github.com/EsotericSoftware/spine-runtimes/ and make sure this is in the `plugins/spine` folder, not the `plugins/spine/src` folder. 2. Run `npm i` inside the `spine-runtimes` folder. -3. Add the `source-map` module: `npm i --save-dev source-map`. -4. Run `npm run plugin.spine.runtimes` to build the new runtimes to the `plugins/spine/src/runtimes` folder. +3. Add the `offscreencanvas` module: `npm i --save-dev @types/offscreencanvas`. +4. Add the `source-map` module: `npm i --save-dev source-map`. +5. Run `npm run plugin.spine.runtimes` to build the new runtimes to the `plugins/spine/src/runtimes` folder. You can now build a new version of the Spine Plugin: -5. `npm run plugin.spine.dist`. +6. `npm run plugin.spine.dist`.