install docs

This commit is contained in:
IrosTheBeggar 2022-02-26 23:46:37 -05:00
parent 40579fb5e9
commit 0c327a3a77
2 changed files with 5 additions and 4 deletions

View File

@ -14,8 +14,8 @@ git clone https://github.com/IrosTheBeggar/mStream.git
cd mStream
# Install without dev dependencies
npm install --production
# Install dependencies and run
npm run-script wizard
```
# Running mStream as a Background Process
@ -38,7 +38,7 @@ To update mStream just pull the changes from git and reboot your server
```shell
git pull
npm install --production
npm install --only=prod
# Reboot mStream with PM2
pm2 restart all
```

View File

@ -12,7 +12,8 @@
"scripts": {
"start": "node cli-boot-wrapper.js",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder",
"wizard": "npm install --only=prod && node cli-boot-wrapper.js"
},
"repository": {
"type": "git",