File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
paths :
8
- - ' web/*'
8
+ - ' web/** '
9
9
pull_request :
10
10
branches :
11
11
- main
12
12
paths :
13
- - ' web/*'
13
+ - ' web/** '
14
14
15
15
permissions :
16
16
contents : read
Original file line number Diff line number Diff line change 45
45
box-sizing : border-box;
46
46
padding : 0 ;
47
47
margin : 0 ;
48
+ margin-bottom : 1% ;
48
49
}
49
50
50
51
a {
Original file line number Diff line number Diff line change @@ -54,6 +54,15 @@ export default function Home() {
54
54
55
55
< div className = { styles . installation } >
56
56
< h2 > Installation</ h2 >
57
+ < h3 > Via Homebrew</ h3 >
58
+ < div className = { styles . codeBlockWrapper } >
59
+ < pre className = { styles . codeBlock } >
60
+ < code > brew install claude-squad</ code >
61
+ </ pre >
62
+ < CopyButton textToCopy = "brew install claude-squad" />
63
+ </ div >
64
+ < br > </ br >
65
+ < h3 > Via Shell Script</ h3 >
57
66
< div className = { styles . codeBlockWrapper } >
58
67
< pre className = { styles . codeBlock } >
59
68
< code > curl -fsSL https://raw.githubusercontent.com/stmg-ai/claude-squad/main/install.sh | bash</ code >
You can’t perform that action at this time.
0 commit comments