diff options
| author | soryu <soryu@soryu.co> | 2026-02-23 00:30:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 00:30:44 +0000 |
| commit | 212953938d84b6fca07112dcac759eea060a8393 (patch) | |
| tree | c211e2bc2ffcd0362aa1721eb23167c912d77bc3 /README.md | |
| parent | a8dd432fd58a3036cf952eec691981dff43a7c7e (diff) | |
| download | soryu-212953938d84b6fca07112dcac759eea060a8393.tar.gz soryu-212953938d84b6fca07112dcac759eea060a8393.zip | |
feat: publish makima to public repo with sync, GHCR, and install updates (#79)v0.2.0
* 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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
