From 212953938d84b6fca07112dcac759eea060a8393 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 23 Feb 2026 00:30:44 +0000 Subject: feat: publish makima to public repo with sync, GHCR, and install updates (#79) * feat: soryu-co/soryu - makima: Update install.sh to point at public makima repo * feat: soryu-co/soryu - makima: Update daemons page download links to use public makima releases * feat: soryu-co/soryu - makima: Research Cloudflare Containers for running full makima daemon * feat: soryu-co/soryu - makima: Push container image to ghcr.io/soryu-co/makima namespace * feat: soryu-co/soryu - makima: Add workflow to sync public files to soryu-co/makima repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b269879..bb42008 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Dynamic mesh listening platform for contested domains: live audio surveillance v Install the Makima CLI using the automated installer: ```bash -curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/master/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/soryu-co/makima/master/install.sh | bash ``` This will download the latest release and install it to `/usr/local/bin`. @@ -23,7 +23,7 @@ This will download the latest release and install it to `/usr/local/bin`. 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 +curl -fsSL https://raw.githubusercontent.com/soryu-co/makima/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