From 69feb436b6d45836f282aacdd5eaffe0da761d72 Mon Sep 17 00:00:00 2001 From: SJ Lee <45220519+0xsj@users.noreply.github.com> Date: Sun, 29 Sep 2024 05:50:45 -0700 Subject: [PATCH] update docs for bun installation (#261) Co-authored-by: Joe Bell <7349341+joe-bell@users.noreply.github.com> --- docs/latest/pages/docs/getting-started/installation.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/latest/pages/docs/getting-started/installation.mdx b/docs/latest/pages/docs/getting-started/installation.mdx index 513130d..b86efb7 100644 --- a/docs/latest/pages/docs/getting-started/installation.mdx +++ b/docs/latest/pages/docs/getting-started/installation.mdx @@ -2,7 +2,7 @@ import { Tab, Tabs } from "nextra-theme-docs"; # Installation - + ```sh @@ -24,6 +24,11 @@ import { Tab, Tabs } from "nextra-theme-docs"; ``` + + ```sh + bun add class-variance-authority + ``` +