Install via Cargo
The recommended way to install FUR is from crates.io using Cargo:
cargo install fur-cli
Update FUR
To update to the latest version:
cargo install fur-cli --force
Advanced Installation
You can install FUR from source if you want to modify or compile the tool manually:
git clone https://github.com/andrewrgarcia/fur-cli cd fur-cli cargo install --path .