Skip to content

Commit 5865abd

Browse files
committed
docs: add Bun as installation option
1 parent 80d4dd4 commit 5865abd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ The result: AI agents that work *with* your development process, not around it.
9797
npm install -g aidevops
9898
```
9999

100+
**Bun** (fast alternative):
101+
102+
```bash
103+
bun install -g aidevops
104+
```
105+
100106
**Homebrew** (macOS/Linux):
101107

102108
```bash
@@ -1462,6 +1468,9 @@ bash .agent/scripts/setup-mcp-integrations.sh all
14621468
# npm (recommended)
14631469
npm install -g aidevops
14641470

1471+
# Bun (fast alternative)
1472+
bun install -g aidevops
1473+
14651474
# Homebrew
14661475
brew tap marcusquinn/tap && brew install aidevops
14671476

0 commit comments

Comments
 (0)