From 72d0568e30f9ac9423b96e9cb7aed59b2da17fce Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 16 Jan 2026 21:04:12 +0000 Subject: Add curl-based installation documentation to README Document the new install.sh script in the README with: - Quick install command using curl - Custom INSTALL_DIR environment variable option - Note about automatic OS/architecture detection Co-Authored-By: Claude Opus 4.5 --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d25aea9..b269879 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,25 @@ soryu.co & makima.jp monorepo ## makima.jp Makima concentric logo Dynamic mesh listening platform for contested domains: live audio surveillance via acoustic arrays, relentless telemetry for detection and orchestration, and the 支配しはい operations system linking unmanned, cyber, and autonomous effects. + +## Installation + +### Quick Install (Recommended) + +Install the Makima CLI using the automated installer: + +```bash +curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/master/install.sh | bash +``` + +This will download the latest release and install it to `/usr/local/bin`. + +### Custom Install Location + +To install to a custom directory, set the `INSTALL_DIR` environment variable: + +```bash +curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/master/install.sh | INSTALL_DIR=/opt/bin bash +``` + +The installer automatically detects your OS (macOS/Linux) and architecture (x86_64/arm64) and downloads the appropriate binary. -- cgit v1.2.3 -- cgit v1.2.3