Skip to content

Commit 6234d2e

Browse files
Update cloudflare_workers.md (#2414)
Co-authored-by: Jo Franchetti <[email protected]>
1 parent 157f28f commit 6234d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/cloudflare_workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In order to deploy Deno to Cloudflare, we'll use this community created CLI
2323
[Install it](https://denoflare.dev/cli/#installation):
2424

2525
```shell
26-
deno install --unstable-worker-options --allow-read --allow-net --allow-env --allow-run --name denoflare --force \
26+
deno install --unstable-worker-options --allow-read --allow-net --global --allow-env --allow-run --name denoflare --force \
2727
https://raw.githubusercontent.com/skymethod/denoflare/v0.6.0/cli/cli.ts
2828
```
2929

0 commit comments

Comments
 (0)