1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke d260e44120
Version 0.2.1! 2022-09-23 14:28:42 +02:00
Bauke fe95d5f300
Add Installation and Cargo sections. 2022-09-23 14:28:31 +02:00
3 changed files with 13 additions and 3 deletions

2
Cargo.lock generated
View File

@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "steam-rss"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"clap",
"color-eyre",

View File

@ -3,7 +3,7 @@ name = "steam-rss"
description = "Get RSS feeds for Steam games."
repository = "https://git.bauke.xyz/Bauke/steam-rss"
license = "AGPL-3.0-or-later"
version = "0.2.0"
version = "0.2.1"
authors = ["Bauke <me@bauke.xyz>"]
edition = "2021"

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).