mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
10 lines
112 B
Markdown
10 lines
112 B
Markdown
## Install & Run
|
|
|
|
```bash
|
|
# Install Electron
|
|
npm install -g electron
|
|
|
|
# Boot
|
|
electron ./cli-boot-wrapper.js
|
|
```
|