From 8327f8d0db79ef02247d845a7469834a76e0c32b Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Tue, 25 Aug 2020 22:17:30 -0700 Subject: [PATCH] Use direct link to install CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9d7bb..bbfd40b 100644 --- a/README.md +++ b/README.md @@ -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: