Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 22, 2024
1 parent f18fc5c commit e5cfcf4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ This is a proof of concept module to enable access to the Cloudflare runtime bin
First, install `nitro-cloudflare-bindings` and `wrangler` packages as a dev dependency

```sh
npx nypm i -D wrangler nitro-cloudflare-bindings
```
# npm
npm i -D wrangler@beta nitro-cloudflare-bindings

# pnpm
pnpm i -D wrangler@beta nitro-cloudflare-bindings

(universal script uses [unjs/nypm](https://github.com/unjs/nypm) to automatically detect your package manager)
# yarn
yarn add -D wrangler@beta nitro-cloudflare-bindings

# bun
bun i -D wrangler@beta nitro-cloudflare-bindings
```

Then configure the module

Expand Down

0 comments on commit e5cfcf4

Please sign in to comment.