Installation
===
On Windows
---
Requires [Rust](https://www.rust-lang.org/tools/install).
```console
cargo install serenade
```
On Linux or Mac OS
---
Requires [Rust](https://www.rust-lang.org/tools/install).
```console
cargo install serenade
```
With Docker (any OS)
---
Requires [Docker](https://docs.docker.com/get-docker/).
```console
docker pull serenade
```
From Source Code
---
Requires [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Rust](https://www.rust-lang.org/tools/install).
```console
git checkout https://github.com/schelterlabs/serenade-serving.git
cd serenade-serving
cargo build
```