Skip to content

Commit 3c0e3c3

Browse files
7schmiedeclaude
andcommitted
landing: default the install widget to the brew tab
cargo as the default predates brew/npx/curl going live — it forces the lowest-friction-on-paper option to be a 30-second compile that needs a Rust toolchain. Brew matches the README ordering and is the typical dev/ops install path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9cdc141 commit 3c0e3c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

landing/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,9 @@ <h2>Quick start</h2>
472472
<div class="install-tabs">
473473
<div class="tab-bar" role="tablist">
474474
<button class="tab-btn" role="tab" data-tab="codespaces">codespaces</button>
475-
<button class="tab-btn" role="tab" data-tab="brew">brew</button>
475+
<button class="tab-btn active" role="tab" data-tab="brew">brew</button>
476476
<button class="tab-btn" role="tab" data-tab="npx">npx</button>
477-
<button class="tab-btn active" role="tab" data-tab="cargo">cargo</button>
477+
<button class="tab-btn" role="tab" data-tab="cargo">cargo</button>
478478
<button class="tab-btn" role="tab" data-tab="curl">curl</button>
479479
<button class="tab-btn" role="tab" data-tab="docker">docker</button>
480480
</div>
@@ -497,7 +497,7 @@ <h2>Quick start</h2>
497497
</div>
498498

499499
<!-- brew -->
500-
<div class="tab-panel" id="tab-brew" role="tabpanel">
500+
<div class="tab-panel active" id="tab-brew" role="tabpanel">
501501
<div class="tab-panel-header">
502502
<span>macOS · Linux</span>
503503
</div>
@@ -531,7 +531,7 @@ <h2>Quick start</h2>
531531
</div>
532532

533533
<!-- cargo -->
534-
<div class="tab-panel active" id="tab-cargo" role="tabpanel">
534+
<div class="tab-panel" id="tab-cargo" role="tabpanel">
535535
<div class="tab-panel-header">
536536
<span>Rust toolchain required</span>
537537
</div>

0 commit comments

Comments
 (0)