Installation
Prerequisites
- Rust ≥ 1.70
Steps
- Install Rust
- Linux/macOS:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Windows:
Download and run the installer from rustup.rs
- Linux/macOS:
- Verify Installation
rustc --version # Linux/macOSrustc --version # Windows - Install Kerno
cargo install kerno - Verify Kerno
kerno
See Usage for more info.