Add usage section to README

This commit is contained in:
Joakim Frostegård 2020-04-19 21:04:15 +02:00
parent 623f43f202
commit 1e29a422b0

View file

@ -10,7 +10,13 @@ Aims to implements the [UDP BitTorrent protocol](https://libtorrent.org/udp_trac
Supports IPv4 and IPv6.
There is currently no support for a info hash black- or whilelist.
## Usage
Install rust compiler (stable is fine) and cmake. Then, compile and run aquatic:
```sh
./scripts/run-server.sh
```
## Benchmarks