Installation #
From Source #
Currently, undox must be built from source. Make sure you have Rust installed, then:
git clone https://github.com/undox/undox
cd undox
cargo install --path .
Verify Installation #
undox --version
Requirements #
- Rust 1.75+ (uses Rust 2024 edition features)
- Git (for cloning, and future remote source support)
Next Steps #
Once installed, follow the Quickstart guide to create your first documentation site.