Skip to content

Commit 94b4024

Browse files
committed
chore(www): add Bun install command
1 parent 2ac2874 commit 94b4024

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

www/components/globals/Index.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
<h4>Installation</h4>
4848
</Column>
4949
<Column xlg={6} lg={9}>
50-
<CodeSnippet code="yarn add -D {PKG_NAME}" /><br />
5150
<CodeSnippet code="npm i -D {PKG_NAME}" /><br />
52-
<CodeSnippet code="pnpm i -D {PKG_NAME} highlight.js" />
51+
<CodeSnippet code="pnpm i -D {PKG_NAME} highlight.js" /><br />
52+
<CodeSnippet code="bun add -D {PKG_NAME}" /><br />
53+
<CodeSnippet code="yarn add -D {PKG_NAME}" />
5354
</Column>
5455
</Row>
5556

0 commit comments

Comments
 (0)