Skip to content

Commit ae62ec6

Browse files
committed
fix: use npm in quick start example
1 parent 3d37232 commit ae62ec6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ import Layout from '../layouts/Layout.astro';
9999
<pre><code><span class="code-comment"># Clone and build</span>
100100
<span class="code-prompt">$</span> git clone https://github.com/clawdbot/clawdbot.git
101101
<span class="code-prompt">$</span> cd clawdbot
102-
<span class="code-prompt">$</span> bun install
103-
<span class="code-prompt">$</span> bun run build
104-
<span class="code-prompt">$</span> bun run ui:install
102+
<span class="code-prompt">$</span> npm install
103+
<span class="code-prompt">$</span> npm run build
104+
<span class="code-prompt">$</span> npm run ui:install
105105

106106
<span class="code-comment"># Run the onboarding wizard</span>
107-
<span class="code-prompt">$</span> bun run clawdbot onboard</code></pre>
107+
<span class="code-prompt">$</span> npm run clawdbot onboard</code></pre>
108108
</div>
109109
<p class="quickstart-note">
110110
Works on macOS, Windows & Linux. Node ≥22 or bun required.

0 commit comments

Comments
 (0)