From d3745dd7f3986db92c5d49142d8a2951f35de398 Mon Sep 17 00:00:00 2001 From: redpeacock78 Date: Fri, 12 Nov 2021 20:25:29 +0900 Subject: [PATCH] docs: Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f2126..450dfc7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard i **🎉 It can now also handle binaries!** - Use Deno ```bash - $ deno install --force -n base85 https://github.com/redpeacock78/base85/raw/v0.0.8/cli.ts + $ deno install --allow-read --force -n base85 https://github.com/redpeacock78/base85/raw/v0.0.8/cli.ts $ base85 -V ``` - Download Binary