Skip to content

Commit 9bbc98a

Browse files
authored
Update README.md
1 parent 0c185e8 commit 9bbc98a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,20 @@ An opinionated SDK to get up and running with Cloudflare Workers:
77
- Just write **Simple Functions**, without requiring any manual calling and configuring of `fetch` requests. 🏃
88
- Virtually **no boilerplate** - simply instantiate a client and get started. 🚀
99

10+
---
11+
12+
## Setup
13+
14+
Using your preferred package manager, install the `worker-functions` package. For example:
15+
16+
```
17+
yarn add worker-functions
18+
```
19+
20+
After the installation is complete, run:
21+
22+
```
23+
npx worker-functions
24+
```
25+
26+
This will generate a `wrangler.json` configuration file in your project root directory.

0 commit comments

Comments
 (0)