forked from forktown/watch-party
Add a README
This commit is contained in:
parent
468843c430
commit
16cd0a45fd
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue