Skip to content

Commit

Permalink
chore: fix deno command
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 14, 2021
1 parent d4d0963 commit 791a0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ pnpm dlx aho user/repo [destination]
With Deno:

```bash
deno install --allow-net --allow-read --allow-write https://denopkg.com/egoist/aho@latest/aho.ts
deno install --allow-net --allow-read --allow-write --allow-run \
https://denopkg.com/egoist/aho@latest/aho.ts

aho user/repo [destination]
```
Expand Down

0 comments on commit 791a0c4

Please sign in to comment.