From 7ee0528080d587fc76e78cc0dea99ee16631d5c6 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Thu, 6 Oct 2022 20:20:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a549c3..300b086 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ An extra `-standalone.js` file will appear, that you can run in the command line ## How do I install it? Run this command using [deno](https://deno.land/): ``` -deno install --allow-write --allow-read https://deno.land/x/frogasaurus/frogasaurus.js +deno install --allow-write=. --allow-read=. https://deno.land/x/frogasaurus/frogasaurus.js ``` ## What? I don't understand?