From 68518a2bdb526a48d074864ad9e16387992ef48a Mon Sep 17 00:00:00 2001 From: Ed Zynda Date: Thu, 19 Mar 2026 17:02:09 +0300 Subject: [PATCH] docs: add bun and pnpm as installation options --- README.md | 6 +++++- www/pages/installation.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90d4087b..03a2b9fe 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,14 @@ A powerful, extensible AI coding agent CLI with multi-provider support, built-in ## Installation -### Using npm (recommended) +### Using npm / bun / pnpm ```bash npm install -g @mark3labs/kit +# or +bun install -g @mark3labs/kit +# or +pnpm install -g @mark3labs/kit ``` ### Using Go diff --git a/www/pages/installation.md b/www/pages/installation.md index fc22d5b0..5a56e399 100644 --- a/www/pages/installation.md +++ b/www/pages/installation.md @@ -1,16 +1,24 @@ --- title: Installation -description: Install Kit using npm, Go, or build from source. +description: Install Kit using npm, bun, pnpm, Go, or build from source. --- # Installation -## Using npm (recommended) +## Using npm / bun / pnpm ```bash npm install -g @mark3labs/kit ``` +```bash +bun install -g @mark3labs/kit +``` + +```bash +pnpm install -g @mark3labs/kit +``` + ## Using Go ```bash