Installation
Pre-compiled binaries (MacOS only)
-
Download the binary for your system from the GitLab releases page.
-
Place the binary in your
PATHand make it executable.cp fodder /usr/local/bin chmod +x /usr/local/bin/fodder -
Run the
foddercommand to verify that it is working. The first time you run it you will get a warning about the binary being from and unidentified developer. You will need to go toSystem Preferences > Security & Privacy > Generaland clickOpen Anywayto allow the binary to run.
Install from source
This should work for any system that Rust supports. You will need to have Rust installed. See the Rust installation guide for more information.
-
Clone the repository
-
Build the binary
cargo build --release -
Copy the binary to your
PATHcp target/release/fodder /usr/local/bin -
Run the
foddercommand to verify that it is working.