diff --git a/README.md b/README.md new file mode 100644 index 0000000..a16d72a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# watch-party + +A Rust HTTP service that allows you to watch videos together with friends. + +## Usage + +```shell +$ cargo run --release +# The server should listen at http://127.0.0.1:3000/ by default +```