dlrs/README.md

20 lines
473 B
Markdown

<p align="center">
<span><img src="docs/ferris.png" width="400"></span>
</p>
### Usage
Build the optimized binary with `cargo build --release`.
```
USAGE:
dlrs --output <PATH> <--thread <URL>|--board <URL>>
OPTIONS:
-b, --board <URL> Set a board URL
-h, --help Print help information
-o, --output <PATH> Set an output directory
-t, --thread <URL> Set a thread URL
-V, --version Print version information
```