File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# https://github.com/tpaulshippy/chief
44#
55# Usage:
6- # curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main /install.sh | sh
6+ # curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/feature/opencode-support-v2 /install.sh | sh
77#
88# Or with a specific version:
9- # curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main /install.sh | sh -s -- --version v0.1.0
9+ # curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/feature/opencode-support-v2 /install.sh | sh -s -- --version v0.1.0
1010#
1111# This script:
1212# - Detects OS (darwin/linux) and architecture (amd64/arm64)
@@ -215,8 +215,8 @@ parse_args() {
215215Chief Install Script
216216
217217Usage:
218- curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main /install.sh | sh
219- curl -fsSL https://raw.githubusercontent.com/tpaulshippy/chief/refs/heads/main /install.sh | sh -s -- --version v0.1.0
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
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