Skip to content

Commit bde875d

Browse files
committed
Revert URLs to point to main repo
1 parent b9cb4d3 commit bde875d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ brew install minicodemonkey/chief/chief
1919
Or 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

install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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)
@@ -33,7 +33,7 @@ else
3333
fi
3434

3535
# Configuration
36-
GITHUB_REPO="tpaulshippy/chief"
36+
GITHUB_REPO="minicodemonkey/chief"
3737
BINARY_NAME="chief"
3838
VERSION=""
3939

@@ -215,8 +215,8 @@ parse_args() {
215215
Chief Install Script
216216
217217
Usage:
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
221221
Options:
222222
--version, -v VERSION Install a specific version (e.g., v0.1.0)

0 commit comments

Comments
 (0)