diff options
| author | soryu <soryu@soryu.co> | 2026-01-16 21:05:35 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-16 21:05:35 +0000 |
| commit | 03ff1aac3ed471be9896ecdb414b39b2678f2aab (patch) | |
| tree | 89d837db3ff30360f3e2831819b25ce4f02acfc7 | |
| parent | 9392243027ae004197136910e8218d3972b730e0 (diff) | |
| parent | 88f77a766956c6f6cb412193a1378279b41fde36 (diff) | |
| download | soryu-03ff1aac3ed471be9896ecdb414b39b2678f2aab.tar.gz soryu-03ff1aac3ed471be9896ecdb414b39b2678f2aab.zip | |
Merge branch 'makima/task-task-117fbf99-117fbf99' into makima/curl-install-scriptmakima/curl-install-script
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,3 +5,25 @@ soryu.co & makima.jp monorepo ## makima.jp <img src="frontend/public/logo/makima-logo.svg" alt="Makima concentric logo" height="22" style="vertical-align: middle;" /> Dynamic mesh listening platform for contested domains: live audio surveillance via acoustic arrays, relentless telemetry for detection and orchestration, and the <ruby>支配<rt>しはい</rt></ruby> 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. |
