From fe95d5f300d10fa45d40246fd4f3edeb7ba1a6d2 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 23 Sep 2022 14:28:31 +0200 Subject: [PATCH] Add Installation and Cargo sections. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8855b05..acb7a3a 100644 --- a/README.md +++ b/README.md @@ -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).