From 174793bcc31211aaf5e69498ab96e7f346522f27 Mon Sep 17 00:00:00 2001 From: redpeacock78 Date: Wed, 17 Nov 2021 00:01:13 +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 7907e86..689ef5e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard i # Linux_x86(Latest) # When you want to specify a version # https://www.ghrl.tk/redpeacock78/base85[@tag]/base85-linux-x86 - $ curl -sL https://www.ghrl.tk/redpeacock78/base85/base85-linux-x86 -o /usr/local/bin/base85 + $ curl -sL https://ghrl.tk/redpeacock78/base85/base85-linux-x86 -o /usr/local/bin/base85 $ chmod +x /usr/local/bin/base85 $ base85 -V ```