Skip to content

Commit 203973e

Browse files
committed
Add system requirements to the README
1 parent b5ac1e2 commit 203973e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/wrangler/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ npx wrangler init my-worker -y
1818

1919
For more info, visit our [Getting Started](https://developers.cloudflare.com/workers/get-started/guide/) guide.
2020

21+
<details><summary>Wrangler System Requirements</summary>
22+
23+
24+
We support running the Wrangler CLI with the [Current, Active, and Maintenance](https://nodejs.org/en/about/previous-releases) versions of Node.js. Your Worker will always be executed in `workerd`, the open source Cloudflare Workers runtime.
25+
26+
Wrangler is only supported on macOS 13.5+, Windows 11, and Linux distros that support glib 2.35. This follows [`workerd`'s OS support policy](https://github.com/cloudflare/workerd?tab=readme-ov-file#running-workerd).
27+
28+
</details>
29+
30+
</Details>
31+
2132
## Documentation
2233

2334
For the latest Wrangler documentation, [click here](https://developers.cloudflare.com/workers/wrangler/).

0 commit comments

Comments
 (0)