File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ brew install minicodemonkey/chief/chief
1919Or via install script:
2020
2121``` bash
22- curl -fsSL https://raw.githubusercontent.com/tpaulshippy /chief/refs/heads/feature/opencode-support-v2 /install.sh | sh
22+ curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey /chief/refs/heads/main /install.sh | sh
2323```
2424
2525## Usage
Original file line number Diff line number Diff line change 11#! /bin/sh
22# Chief Install Script
3- # https://github.com/tpaulshippy /chief
3+ # https://github.com/minicodemonkey /chief
44#
55# Usage:
6- # curl -fsSL https://raw.githubusercontent.com/tpaulshippy /chief/refs/heads/feature/opencode-support-v2 /install.sh | sh
6+ # curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey /chief/refs/heads/main /install.sh | sh
77#
88# Or with a specific version:
9- # curl -fsSL https://raw.githubusercontent.com/tpaulshippy /chief/refs/heads/feature/opencode-support-v2 /install.sh | sh -s -- --version v0.1.0
9+ # curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey /chief/refs/heads/main /install.sh | sh -s -- --version v0.1.0
1010#
1111# This script:
1212# - Detects OS (darwin/linux) and architecture (amd64/arm64)
3333fi
3434
3535# Configuration
36- GITHUB_REPO=" tpaulshippy /chief"
36+ GITHUB_REPO=" minicodemonkey /chief"
3737BINARY_NAME=" chief"
3838VERSION=" "
3939
@@ -215,8 +215,8 @@ parse_args() {
215215Chief Install Script
216216
217217Usage:
218- curl -fsSL https://raw.githubusercontent.com/tpaulshippy /chief/refs/heads/feature/opencode-support-v2 /install.sh | sh
219- curl -fsSL https://raw.githubusercontent.com/tpaulshippy /chief/refs/heads/feature/opencode-support-v2 /install.sh | sh -s -- --version v0.1.0
218+ curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey /chief/refs/heads/main /install.sh | sh
219+ curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey /chief/refs/heads/main /install.sh | sh -s -- --version v0.1.0
220220
221221Options:
222222 --version, -v VERSION Install a specific version (e.g., v0.1.0)
You can’t perform that action at this time.
0 commit comments