mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
docs: add bun and pnpm as installation options
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user