Installation
You can either download the latest release or build from source (recommended).
Install from source (recommended)
Requirements
rust
- building ffbir
just
(optional) - easy installation process
Install with just
$ just install
Install manually
# Build
$ cargo build --release
# Install
$ sudo cp target/release/ffbir /usr/bin
Uninstall
If installed using a binary from the releases page, use your package manager to uninstall.
Uninstall with just
$ just uninstall
Uninstall manually
$ sudo rm /usr/bin/ffbir