diff options
| author | soryu <soryu@soryu.co> | 2026-01-16 21:04:12 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-16 21:04:12 +0000 |
| commit | 72d0568e30f9ac9423b96e9cb7aed59b2da17fce (patch) | |
| tree | 1d6898efdcb8dbcfb931adc687b7c84c73fb480a /README.md | |
| parent | f84a7f2d820f6f432be2b1d78d6bf833b5b19380 (diff) | |
| download | soryu-72d0568e30f9ac9423b96e9cb7aed59b2da17fce.tar.gz soryu-72d0568e30f9ac9423b96e9cb7aed59b2da17fce.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -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. |
