Skip to content

Commit bad3895

Browse files
committed
Update readme
1 parent 22c12ee commit bad3895

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Main|Shared|Admin
88

99
## Demo & Other Links
1010

11-
### [Check Out The Demo!](https://demo.mstream.io/)
11+
#### [Check Out The Demo!](https://demo.mstream.io/)
1212

1313
#### [Discord Channel](https://discord.gg/AM896Rr)
1414

@@ -28,32 +28,37 @@ Main|Shared|Admin
2828

2929
## Installing mStream
3030

31-
* [Install From Source](docs/install.md)
3231
* [Docker Instructions](https://github.com/linuxserver/docker-mstream)
33-
* [Binaries for Win/OSX/Linux](https://mstream.io/server) - mStream binaries are compiled with Electron and have some extra features
34-
- Runs in background and starts mStream on boot
35-
- Automatic updates
36-
- Adds a tray icon to manage mStream
32+
* [Binaries for Win/OSX/Linux](https://mstream.io/server)
33+
* [Install From Source](docs/install.md)
3734
* [AWS Cloud using Terraform](https://gitlab.com/SiliconTao-Systems/nova)
3835

36+
## Android App
37+
38+
[![mStream Android App](https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=mstream.music&hl=en_US&gl=US)
39+
40+
[This App is Open Source. See the Source Code](https://github.com/IrosTheBeggar/mstream_music/releases)
41+
42+
## iOS App
43+
44+
[![iOS App](/webapp/assets/img/app-store-logo.png)](https://apps.apple.com/us/app/mstream-player/id1605378892)
45+
46+
[Made by Niera Tech](https://mplayer.nieratech.com/)
47+
3948
## Quick Install from CLI
4049

50+
Deploying an mStream server is simple.
51+
4152
```shell
4253
# Install From Git
4354
git clone https://github.com/IrosTheBeggar/mStream.git
55+
4456
cd mStream
45-
npm install --production
4657

47-
# Boot mStream
48-
node cli-boot-wrapper.js
58+
# Install dependencies and run
59+
npm run-script wizard
4960
```
5061

51-
## Android App
52-
53-
[![mStream Android App](https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=mstream.music&hl=en_US&gl=US)
54-
55-
[This App is Open Source. See the Source Code](https://github.com/IrosTheBeggar/mstream_music/releases)
56-
5762
## Technical Details
5863

5964
* **Dependencies:** NodeJS v10 or greater
10.2 KB
Loading

0 commit comments

Comments
 (0)