1.1 KiB
1.1 KiB
+++ title = "Install" description = "Install" weight = 1 +++
rsspls
can be installed via one of the following methods:
Download
Pre-compiled binaries are available for a number of platforms. They require no additional dependencies on your computer.
{{ downloads() }}
This will result in the rsspls
binary in the current directory.
Package Manager
rsspls
is packaged in these package managers:
Build From Source
Minimum Supported Rust Version: 1.70.0
rsspls
is implemented in Rust. See the Rust website for instructions on
installing the toolchain.
From Git Checkout or Release Tarball
Build the binary with cargo build --release --locked
. The binary will be in
target/release/rsspls
.
From crates.io
cargo install rsspls