summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"