Skip to content

Commit 6ac38a6

Browse files
fix(landing): improve how-it-works section accuracy and visual alignment
- Clarify step 1: curl path installs Xcode tools + Homebrew automatically - Simplify step 4: remove off-topic snapshot mention from completion step - Fix connector line top offset (40px -> 56px) to align with step circle centers Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent da24946 commit 6ac38a6

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
@@ -132,7 +132,7 @@
132132
<span>1</span>
133133
</div>
134134
<h3>Run the installer</h3>
135-
<p>Paste the curl command or install via Homebrew. If Homebrew isn't on your system yet, the installer sets it up first.</p>
135+
<p>Paste the curl command into your terminal. No Homebrew yet? It installs Xcode tools and Homebrew automatically before launching OpenBoot.</p>
136136
</div>
137137
<div class="step step-2">
138138
<div class="step-number">
@@ -153,7 +153,7 @@
153153
<span>4</span>
154154
</div>
155155
<h3>Done. Restart terminal</h3>
156-
<p>Shell config loads. Run <code>openboot snapshot</code> to capture this setup if you want to share it or recreate it later.</p>
156+
<p>Shell config loads, aliases activate. Your dev environment is ready to go.</p>
157157
</div>
158158
</div>
159159
</div>
@@ -668,7 +668,7 @@
668668
669669
.steps-line {
670670
position: absolute;
671-
top: 40px;
671+
top: 56px;
672672
left: 12.5%;
673673
right: 12.5%;
674674
height: 2px;

0 commit comments

Comments
 (0)