Installation

Prerequisites

  • Rust ≥ 1.70

Steps

  1. Install Rust
    • Linux/macOS:
      curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
      
    • Windows:
      Download and run the installer from rustup.rs
  2. Verify Installation
    rustc --version   # Linux/macOS
    
    rustc --version   # Windows
    
  3. Install Kerno
    cargo install kerno
    
  4. Verify Kerno
    kerno
    

See Usage for more info.