Skip to content

Commit

Permalink
docs: Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redpeacock78 committed Nov 12, 2021
1 parent 8d3334a commit d3745dd
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 @@ -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
Expand Down

0 comments on commit d3745dd

Please sign in to comment.