Compare commits
2 Commits
002b2e2d1f
...
d260e44120
Author | SHA1 | Date |
---|---|---|
Bauke | d260e44120 | |
Bauke | fe95d5f300 |
|
@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-rss"
|
name = "steam-rss"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "steam-rss"
|
||||||
description = "Get RSS feeds for Steam games."
|
description = "Get RSS feeds for Steam games."
|
||||||
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Bauke <me@bauke.xyz>"]
|
authors = ["Bauke <me@bauke.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
12
README.md
12
README.md
|
@ -9,7 +9,17 @@
|
||||||
* Verify potential feeds by checking if they return `text/xml`.
|
* Verify potential feeds by checking if they return `text/xml`.
|
||||||
* Output feeds as an OPML file for easy importing.
|
* 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).
|
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue