Installation
Cargo
There isn't currently a downloadable pre-built binary; to install you will need cargo installed:
bash
cargo install --locked ducker⚠️ Make sure you use --locked: if ducker is installed without
--lockedit is susceptible to changes in upstream dependencies, which could break the build.
Arch Linux
You can install ducker from the official repositories with using pacman.
sh
pacman -S duckerHomebrew
If you have homebrew:
sh
brew install duckerUnstable
To install the latest unstable version of Ducker, run the following command:
cargo install --git https://github.com/robertpsoane/ducker