Skip to content

Commit 93e7dc6

Browse files
committed
Add screenshot & download links
1 parent 8afa35d commit 93e7dc6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

readme.md

+18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ It is meant to be simple and easy to use.
88

99
Although it is primarily meant for audio files, you can also use it to browse/watch videos or images.
1010

11+
![](screenshot.png)
12+
13+
## Downloads
14+
* [Windows](https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp-1.0.0-rc1.Setup.exe)
15+
* [Linux deb](https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp_1.0.0-rc1_amd64.deb)
16+
* [Linux rpm](https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp-1.0.0.rc1-1.x86_64.rpm)
17+
* MacOS : builds are not provided, but you should be able to compile it easily (see [steps below](#build-instructions))
18+
1119
## Compatibility
1220

1321
This is a list of servers and renderer known to work. Please send a MR to improve it.
@@ -34,6 +42,16 @@ Those features are not yet available:
3442
Logs are outputed if you run the program from the command line. You can redirect them to a file.
3543
* ex. on windows: `muspnp.exe > logs.txt`
3644

45+
## Build instructions
46+
Install [Nodejs](https://nodejs.org) and [Git](https://git-scm.com/) before proceeding.
47+
```
48+
git clone https://github.com/phpbg/muspnp.git
49+
cd muspnp
50+
npm ci --no-optional
51+
npm run start
52+
rpm run make
53+
```
54+
3755
## Credits
3856
This software relies on a lot of great open source tools. Please review them within `package.json`
3957

screenshot.png

57.6 KB
Loading

0 commit comments

Comments
 (0)