Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 596 Bytes

Windows.md

File metadata and controls

11 lines (9 loc) · 596 Bytes

Clipboard Cleanse on Windows

Installation

  1. Download the latest release for Windows from the releases page
  2. Copy clipboard_cleanse.exe to C:\Program Files\Clipboard Cleanse

Building from Source

  • 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 or cargo build if you just want to generate an executable