There was an error while loading. Please reload this page.
1 parent 2c33aae commit 3d37232Copy full SHA for 3d37232
1 file changed
src/pages/index.astro
@@ -99,7 +99,8 @@ import Layout from '../layouts/Layout.astro';
99
<pre><code><span class="code-comment"># Clone and build</span>
100
<span class="code-prompt">$</span> git clone https://github.com/clawdbot/clawdbot.git
101
<span class="code-prompt">$</span> cd clawdbot
102
-<span class="code-prompt">$</span> bun install && bun run build
+<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
105
106
<span class="code-comment"># Run the onboarding wizard</span>
0 commit comments