Skip to content

Commit e5cfcf4

Browse files
authored
chore: update readme
1 parent f18fc5c commit e5cfcf4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,18 @@ This is a proof of concept module to enable access to the Cloudflare runtime bin
1313
First, install `nitro-cloudflare-bindings` and `wrangler` packages as a dev dependency
1414

1515
```sh
16-
npx nypm i -D wrangler nitro-cloudflare-bindings
17-
```
16+
# npm
17+
npm i -D wrangler@beta nitro-cloudflare-bindings
18+
19+
# pnpm
20+
pnpm i -D wrangler@beta nitro-cloudflare-bindings
1821

19-
(universal script uses [unjs/nypm](https://github.com/unjs/nypm) to automatically detect your package manager)
22+
# yarn
23+
yarn add -D wrangler@beta nitro-cloudflare-bindings
24+
25+
# bun
26+
bun i -D wrangler@beta nitro-cloudflare-bindings
27+
```
2028

2129
Then configure the module
2230

0 commit comments

Comments
 (0)