installation
This page will guide you through installing F1FM on your machine. Pre-compiled binaries are not currently built, so the build from source section is the only option for installation at the moment.
Build from Source
The commands below assume a Mac, Linux, or WSL system. These steps can be replicated on windows, but the commands will be different.
- Ensure Rust and Git are installed
- Clone the F1FM Repository
git clone https://github.com/w13n/f1fm.git
- Navigate to the F1FM folder
cd f1fm
- Compile and run the F1FM app
cargo run --release
- Optional: Install F1FM
cargo install --path .