Installation
From crates.io
cargo install clean-mount
From git
git clone <repo-url>
cd clean-mount
cargo build --release
./target/release/clean-mount --help
From source (local install)
After cloning, install the binary to ~/.cargo/bin/:
cd clean-mount
cargo install --path .
clean-mount --help
Docker
docker build -t clean-mount .
Requirements
- Linux:
fuse3runtime (sudo apt install fuse3or equivalent). No development headers needed to run. - macOS: macFUSE