From 6c8b360766e2ea37ccd5544fba1fb09a2b0901d1 Mon Sep 17 00:00:00 2001 From: AciD Date: Thu, 5 Mar 2020 11:23:54 -0500 Subject: [PATCH] docs(README): Add proper Browser usage steps After a discussion of someone being confused in Discord by the Zip file not including `dist/interactive.js`, I've updated the README to include the proper steps so that they have the file. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb14a40..26003a0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,14 @@ For an introduction to interactive2 checkout the [reference docs](https://dev.mi ## Installation -You can use npm(recommended) or download a zip from the [releases page](https://github.com/mixer/interactive-node/releases). - ### Browser +- Download a Zip from the [releases page](https://github.com/mixer/interactive-node/releases) +- Extract the contents then enter the directory and run the following: + - Run `npm install` + - Run `npm run build` + +Add the following to load the pre-built library: ```html ```