server

Clone or download

Updated README

Modified Files

M README.md
+2 −4
# Stream-Pi Server
# Stream-Pi Server
![version](https://img.shields.io/badge/Version-1.0.0-green)
![version](https://img.shields.io/badge/Version-1.0.0-green)
## Prerequisites
## Prerequisites
- Java >= 11
- Java >= 11
- Maven >= 3.6.3
- Maven >= 3.6.3
This project depends on the following Stream-Pi modules:
This project depends on the following Stream-Pi modules:
- [Stream-Pi Action API](https://github.com/stream-pi/action-api)
- [Stream-Pi Action API](https://github.com/stream-pi/action-api)
- [Stream-Pi Theme API](https://github.com/stream-pi/theme-api)
- [Stream-Pi Theme API](https://github.com/stream-pi/theme-api)
- [Stream-Pi Utilities](https://github.com/stream-pi/util) - **This needs to be installed first**
- [Stream-Pi Utilities](https://github.com/stream-pi/util) - **This needs to be installed first**
## Quick Start
## Download binaries
### Download binaries
Downloadable Binaries for available platforms are available [here](https://github.com/stream-pi/server/releases)
Downloadable Binaries for available platforms are available [here](https://github.com/stream-pi/server/releases)
### Compile and Run from source
## Compile and Run from source
Run `mvn clean javafx:run`
Run `mvn clean javafx:run`