Skip to content

Commit 3d37232

Browse files
committed
fix: separate install and build commands
1 parent 2c33aae commit 3d37232

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ 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 && bun run build
102+
<span class="code-prompt">$</span> bun install
103+
<span class="code-prompt">$</span> bun run build
103104
<span class="code-prompt">$</span> bun run ui:install
104105

105106
<span class="code-comment"># Run the onboarding wizard</span>

0 commit comments

Comments
 (0)