Skip to content

Commit 3e0539d

Browse files
theFongclaude
andcommitted
docs: add BREV_SKILL_BRANCH env var to INSTALLATION.md
Document the env var option for installing from a specific branch when using the `brev claude-skill` CLI command. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent df4a48e commit 3e0539d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.claude/skills/brev-cli/INSTALLATION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,16 @@ curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/insta
2626

2727
### Install from a specific branch
2828

29+
**Using the standalone script:**
2930
```bash
3031
curl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/install-claude-skill.sh | bash -s -- --branch my-branch
3132
```
3233

34+
**Using the CLI command:**
35+
```bash
36+
BREV_SKILL_BRANCH=my-branch brev claude-skill
37+
```
38+
3339
### Uninstall
3440

3541
```bash

0 commit comments

Comments
 (0)