From e1866a091849a634f2f6810bc2698ce92e171330 Mon Sep 17 00:00:00 2001 From: Tangent 128 Date: Mon, 16 Apr 2018 03:36:25 -0400 Subject: [PATCH] Add Cargo instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c5ca841..6ad21f4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ The initialization segment is remembered, so that viewers can join mid-stream. Cluster timestamps are rewritten to be monotonic, so multiple (compatibly-encoded) webm files can be chained together without clients needing to reconnect. +## Building + +Dependencies & building are handed by Cargo: + +`cargo build --release` + +If you're feeling bold, you can let Cargo install it for you: + +`cargo install` + ## Usage Launch a relay server with the `relay` subcommand: