We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157f28f commit 6234d2eCopy full SHA for 6234d2e
examples/tutorials/cloudflare_workers.md
@@ -23,7 +23,7 @@ In order to deploy Deno to Cloudflare, we'll use this community created CLI
23
[Install it](https://denoflare.dev/cli/#installation):
24
25
```shell
26
-deno install --unstable-worker-options --allow-read --allow-net --allow-env --allow-run --name denoflare --force \
+deno install --unstable-worker-options --allow-read --allow-net --global --allow-env --allow-run --name denoflare --force \
27
https://raw.githubusercontent.com/skymethod/denoflare/v0.6.0/cli/cli.ts
28
```
29
0 commit comments