Skip to content

Commit 8a505f1

Browse files
Update site install instructions to recommend Homebrew
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c794f6 commit 8a505f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

site/src/lib/Hero.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
href="#install"
2424
class="bg-primary text-primary-foreground px-6 py-3 rounded-lg font-sans font-semibold hover:opacity-90 transition-opacity"
2525
>
26-
cargo install attn
26+
brew install lightsofapollo/attn/attn
2727
</a>
2828
<a
2929
href="https://github.com/lightsofapollo/attn"

site/src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<section id="install" class="py-24 px-6 max-w-2xl mx-auto">
8282
<h2 class="font-serif text-3xl font-bold text-center mb-12">Install</h2>
8383
<div class="space-y-4">
84-
<CodeBlock label="Rust (recommended)" code="cargo install attn" />
85-
<CodeBlock label="npm" code="npx attnmd" />
86-
<CodeBlock label="From source" code="git clone https://github.com/lightsofapollo/attn && cd attn && cargo install --path ." />
84+
<CodeBlock label="Homebrew (recommended)" code="brew install lightsofapollo/attn/attn" />
85+
<CodeBlock label="npm (quick)" code="npx attnmd" />
86+
<CodeBlock label="From source" code="cargo install attn" />
8787
</div>
8888
</section>

0 commit comments

Comments
 (0)