Skip to content

Commit 42db685

Browse files
committed
style: update quick start comments with personality
- Just Works: "Works everywhere. Installs everything. You're welcome. 🦞" - npm install: "Meet your lobster" - Hackable installer: "For those who read source code for fun" - Hackable pnpm: "You clearly know what you're doing" - Hackable onboard: "You built it, now meet it"
1 parent c5fab77 commit 42db685

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
170170
</div>
171171
</div>
172172
<div id="code-oneliner" class="code-content">
173-
<div class="code-line comment"># Installs everything you need, then starts setup</div>
173+
<div class="code-line comment"># Works everywhere. Installs everything. You're welcome. 🦞</div>
174174
<div class="code-line cmd">
175175
<span class="code-prompt">$</span>
176176
<span class="os-cmd">curl -fsSL https://clawd.bot/install.sh | bash</span>
@@ -190,7 +190,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
190190
<svg class="check-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><polyline points="20 6 9 17 4 12"/></svg>
191191
</button>
192192
</div>
193-
<div class="code-line comment"># Start setup</div>
193+
<div class="code-line comment"># Meet your lobster</div>
194194
<div class="code-line cmd">
195195
<span class="code-prompt">$</span>
196196
<span>clawdbot onboard</span>
@@ -202,7 +202,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
202202
</div>
203203
<div id="code-hackable" class="code-content" style="display: none;">
204204
<div id="hackable-installer-content">
205-
<div class="code-line comment"># Clones the repo, installs deps (pnpm), builds, and sets up everything</div>
205+
<div class="code-line comment"># For those who read source code for fun</div>
206206
<div class="code-line cmd">
207207
<span class="code-prompt">$</span>
208208
<span class="os-cmd-hackable">curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method git</span>
@@ -213,7 +213,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
213213
</div>
214214
</div>
215215
<div id="hackable-pnpm-content" style="display: none;">
216-
<div class="code-line comment"># Clone and build from source</div>
216+
<div class="code-line comment"># You clearly know what you're doing</div>
217217
<div class="code-line cmd">
218218
<span class="code-prompt">$</span>
219219
<span>git clone https://github.com/clawdbot/clawdbot.git</span>
@@ -230,7 +230,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
230230
<svg class="check-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><polyline points="20 6 9 17 4 12"/></svg>
231231
</button>
232232
</div>
233-
<div class="code-line comment"># Start setup</div>
233+
<div class="code-line comment"># You built it, now meet it</div>
234234
<div class="code-line cmd">
235235
<span class="code-prompt">$</span>
236236
<span>pnpm run clawdbot onboard</span>

0 commit comments

Comments
 (0)