Skip to content

Commit f6c5f93

Browse files
Update index.html
set brew default
1 parent 04f3e70 commit f6c5f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,15 @@ <h2>Quick Installation</h2>
328328
<button class="tab-button" data-tab="script">shell</button>
329329
</div>
330330

331-
<div class="tab-content" id="brew-tab">
331+
<div class="tab-content active" id="brew-tab">
332332
<p>Install with Homebrew:</p>
333333
<div class="code-block">
334334
<code><span class="command-prompt">$</span> brew install mcpm</code>
335335
<button class="copy-button" data-command="brew install mcpm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg></button>
336336
</div>
337337
</div>
338338

339-
<div class="tab-content active" id="pipx-tab">
339+
<div class="tab-content" id="pipx-tab">
340340
<p>Install with pipx:</p>
341341
<div class="code-block">
342342
<code><span class="command-prompt">$</span> pipx install mcpm</code>
@@ -603,4 +603,4 @@ <h2>Supported Clients</h2>
603603
});
604604
</script>
605605
</body>
606-
</html>
606+
</html>

0 commit comments

Comments
 (0)