Installation
Prerequisites
Section titled “Prerequisites”- Rust 1.80 or later (for building from source)
- Or use pre-built binaries
Install from Crates.io (Recommended)
Section titled “Install from Crates.io (Recommended)”cargo install makiVerify installation:
maki --versionInstall from Source
Section titled “Install from Source”git clone https://github.com/octofhir/maki.gitcd makicargo install --path crates/maki-cliDownload Pre-built Binaries
Section titled “Download Pre-built Binaries”Download the latest release for your platform from: https://github.com/octofhir/maki/releases
curl -L https://github.com/octofhir/maki/releases/latest/download/maki-macos.tar.gz | tar xzsudo mv maki /usr/local/bin/curl -L https://github.com/octofhir/maki/releases/latest/download/maki-linux.tar.gz | tar xzsudo mv maki /usr/local/bin/Windows
Section titled “Windows”Download maki-windows.zip from releases and add to PATH.
Verify Installation
Section titled “Verify Installation”maki --version# Should output: maki 0.1.0