Installation
Pre-built Binaries (Recommended)
Download from the Releases page, or use the install script:
Linux / macOS
curl -fsSL https://github.com/pauloremoli/logana/releases/latest/download/install.sh | sh
Windows (PowerShell)
irm https://github.com/pauloremoli/logana/releases/latest/download/install.ps1 | iex
Homebrew (macOS / Linux)
brew tap pauloremoli/logana
brew install logana
Cargo (crates.io)
cargo install logana
Cargo (from source)
cargo install --git https://github.com/pauloremoli/logana