Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

docs(README): Add proper Browser steps #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="dist/interactive.js"></script>
```
Expand Down