Skip to content

Commit

Permalink
update docs for bun installation (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Bell <7349341+joe-bell@users.noreply.github.com>
  • Loading branch information
0xsj and joe-bell authored Sep 29, 2024
1 parent f9e2ea6 commit 69feb43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/latest/pages/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Tab, Tabs } from "nextra-theme-docs";

# Installation

<Tabs items={["pnpm", "npm", "yarn"]}>
<Tabs items={["pnpm", "npm", "yarn", "bun"]}>
<Tab>

```sh
Expand All @@ -24,6 +24,11 @@ import { Tab, Tabs } from "nextra-theme-docs";
```

</Tab>
<Tab>
```sh
bun add class-variance-authority
```
</Tab>
</Tabs>

<details>
Expand Down

0 comments on commit 69feb43

Please sign in to comment.