diff options
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. |
