- Download the latest release for Windows from the releases page
- Copy
clipboard_cleanse.exe
toC:\Program Files\Clipboard Cleanse
- Ensure you have Rust installed https://rustup.rs/
- Open your terminal and clone the repository with
git clone https://github.com/Iapetus-11/clipboard-cleanse.git
- Navigate to the project's root:
cd clipboard-cleanse
- Use
cargo run
for development orcargo build
if you just want to generate an executable