mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Add usage section to README
This commit is contained in:
parent
623f43f202
commit
1e29a422b0
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue