1
Fork 0

Add Installation and Cargo sections.

This commit is contained in:
Bauke 2022-09-23 14:28:31 +02:00
parent 002b2e2d1f
commit fe95d5f300
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,17 @@
* Verify potential feeds by checking if they return `text/xml`.
* Output feeds as an OPML file for easy importing.
## Binaries
## Installation
### Cargo
With a working [Rust and Cargo](https://www.rust-lang.org/learn/get-started) installation, you can install `steam-rss` from [Crates.io](https://crates.io/crates/steam-rss).
```
cargo install steam-rss
```
### Binaries
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).