Skip to content

Commit 6dca757

Browse files
fix: update tool count from 70+ to accurate 60+
Corrected homepage claims from '70+ tools' to '60+' to match actual package catalog count. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent f9e1147 commit 6dca757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<svelte:head>
5454
<title>OpenBoot - Set up your Mac in one command, not one afternoon</title>
55-
<meta name="description" content="One curl command installs 70+ curated dev tools, deploys your dotfiles, and configures macOS. Pick a preset or build your own — done in about 5 minutes." />
55+
<meta name="description" content="One curl command installs 60+ curated dev tools, deploys your dotfiles, and configures macOS. Pick a preset or build your own — done in about 5 minutes." />
5656
<meta property="og:title" content="OpenBoot - One-line macOS Development Environment Setup" />
5757
<meta property="og:description" content="Bootstrap your Mac development environment in minutes. One command to install Homebrew, CLI tools, GUI apps, dotfiles, and Oh-My-Zsh." />
5858
<meta property="og:image" content="https://openboot.dev/og-image.png" />
@@ -78,10 +78,10 @@
7878
<div class="hero-split">
7979
<div class="hero-left">
8080
<h1>Set up your Mac in<br />one command — not one afternoon</h1>
81-
<p class="subtitle">One curl command installs everything. Pick from 70+ curated dev tools, deploy your dotfiles, and configure macOS — all in about 5 minutes.</p>
81+
<p class="subtitle">One curl command installs everything. Pick from 60+ curated dev tools, deploy your dotfiles, and configure macOS — all in about 5 minutes.</p>
8282

8383
<div class="features-grid">
84-
<div class="feature-item">70+ curated dev tools</div>
84+
<div class="feature-item">60+ curated dev tools</div>
8585
<div class="feature-item">Smart install — skips what's already there</div>
8686
<div class="feature-item">Dotfiles + Oh-My-Zsh built in</div>
8787
<div class="feature-item">Share configs with your team</div>

0 commit comments

Comments
 (0)