dlrs/README.md
2023-06-30 12:01:46 +03:00

21 lines
590 B
Markdown

<p align="center">
<span><img src="https://github.com/17ms/dlrs/blob/master/.github/docs/ferris.png" width="400"></span>
</p>
### Usage
Download a [precompiled release](https://github.com/17ms/dlrs/releases) or build from source using `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
```