From bc6474a9ad1228870f5f01c5c8af3b01652aff38 Mon Sep 17 00:00:00 2001 From: Jakub Chrobak <86983177+jchrobakk@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:28:14 +0100 Subject: [PATCH] docs(installation): add `bun` command (#1141) * docs: add bun installation command * fix: add missing bracket --- docs/content/1.getting-started/2.installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 3fe08210..bf4ac443 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -20,6 +20,10 @@ yarn add @nuxt/ui npm install @nuxt/ui ``` +```bash [bun] +bun add @nuxt/ui +``` + :: 2. Add it to your `modules` section in your `nuxt.config`: