Skip to content

Commit 2ec2c8d

Browse files
grichaclaude
andcommitted
Update hero terminal prompts to show install flow
Show: install → agent run → open URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 277dfe3 commit 2ec2c8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/pages/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ function HomepageHeader() {
3333
</Link>
3434
</div>
3535
<div className={styles.terminalPrompt}>
36-
<span>perry start myproject --clone git@github.com:user/repo.git</span>
36+
<span>curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh | bash</span>
37+
</div>
38+
<div className={styles.terminalPrompt}>
39+
<span>perry agent run</span>
40+
</div>
41+
<div className={styles.terminalPrompt}>
42+
<span>open http://localhost:7391</span>
3743
<span className={styles.cursor}></span>
3844
</div>
3945
</div>

0 commit comments

Comments
 (0)