mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
14 lines
181 B
Markdown
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
|
|
```
|