summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-16 20:11:51 +0000
committersoryu <soryu@soryu.co>2026-01-16 20:11:51 +0000
commit9392243027ae004197136910e8218d3972b730e0 (patch)
tree06c1b6ca4eddb0d839a55eae88c050ab5ea16c34
parent5b46efc9c820da398a38473f2ad9567d240d05d4 (diff)
downloadsoryu-9392243027ae004197136910e8218d3972b730e0.tar.gz
soryu-9392243027ae004197136910e8218d3972b730e0.zip
Update install.sh to use master branch in usage comments
Changed URL references from 'main' to 'master' to match the repository's actual default branch name. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--[-rwxr-xr-x]install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 45762ea..b7a96fe 100755..100644
--- a/install.sh
+++ b/install.sh
@@ -2,8 +2,8 @@
set -e
# Makima CLI Installer
-# Usage: curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/main/install.sh | bash
-# curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/main/install.sh | INSTALL_DIR=/opt/bin bash
+# Usage: curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/master/install.sh | bash
+# curl -fsSL https://raw.githubusercontent.com/soryu-co/soryu/master/install.sh | INSTALL_DIR=/opt/bin bash
REPO="soryu-co/soryu"
INSTALL_DIR="${INSTALL_DIR:-/usr/local/bin}"