mStream/docs/electron-install.md
2019-03-08 23:54:33 -08:00

14 lines
181 B
Markdown

## Install Electron Port
```
npm install -g electron
```
**Boot It**
To boot mStream with Electron you have to run the following command:
```
electron ./cli-boot-wrapper.js
```