Installation¶
Quick Install (Linux/macOS)¶
The fastest way to install plissken:
This downloads the latest release binary and installs it to ~/.local/bin.
From crates.io¶
If you have Rust installed, you can install via Cargo:
From Source¶
Clone the repository and build with Cargo:
The binary will be at target/release/plissken.
Add to PATH¶
# Linux/macOS
cp target/release/plissken ~/.local/bin/
# Or install via cargo
cargo install --path crates/plissken-cli
Verify Installation¶
MkDocs Material (Recommended)¶
For the best documentation experience, install MkDocs with the Material theme:
mdBook (Alternative)¶
For Rust-style documentation, install mdBook: