Installation
peertube-viewer-rs is available on the AUR:
Releases
The download for the latest releases can be found on the download page of the project: Download
Releases can be found in the release page of the project: releases
Building from source
Building from source is rather easy, a rust toolchain newer than v1.74
is required.
For a debug build (faster to compile), run cargo build
.
For a release build, run cargo build --release --locked
.
Once compiled, the executable is located at target/release/peertube-viewer-rs
.
Completion for a variety of shells is also available in completions/
.
A manpage is available in the file peertube-viewer-rs.1
.