Skip to content

Commit

Permalink
Use direct link to install CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychu committed Aug 26, 2020
1 parent 52a7975 commit 8327f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To install the CLI, run the following Deno command.

```bash
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force \
--name=denofunc https://deno.land/x/azure_functions/denofunc.ts
--name=denofunc https://raw.githubusercontent.com/anthonychu/azure-functions-deno-worker/v0.5.0/denofunc.ts
```

Confirm it is installed correctly:
Expand Down

0 comments on commit 8327f8d

Please sign in to comment.