Skip to content

Commit

Permalink
Merge pull request #175 from ekamahuja/installation-bun-readme
Browse files Browse the repository at this point in the history
Add 'bun' commands to installation instructions in README.md
  • Loading branch information
ilovepixelart committed Feb 25, 2024
2 parents a9f621c + 1331853 commit 18ba561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Caching queries is a good way to improve performance of your application
npm install ts-cache-mongoose
yarn add ts-cache-mongoose
pnpm add ts-cache-mongoose
bun add ts-cache-mongoose
```

- This plugin requires mongoose `6.6.x || 7.x || 8.x` to be installed as a peer dependency
Expand All @@ -59,14 +60,17 @@ pnpm add ts-cache-mongoose
npm install mongoose@6.12.2
yarn add mongoose@6.12.2
pnpm add mongoose@6.12.2
bun add mongoose@6.12.2
# For mongoose 7
npm install mongoose@7.6.4
yarn add mongoose@7.6.4
pnpm add mongoose@7.6.4
bun add mongoose@7.6.4
# For mongoose 8
npm install mongoose@8.0.0
yarn add mongoose@8.0.0
pnpm add mongoose@8.0.0
bun add mongoose@8.0.0
```

## Example
Expand Down

0 comments on commit 18ba561

Please sign in to comment.