Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 9, 2021
1 parent 7808143 commit f1a0159
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ await $`mkdir /tmp/${name}`; // <-- string will be safly quoted to: /tmp/'foo ba
## Content

- [Install](#install)
- [Documentation](#documentation)
- [Usage](#usage)
- [Javascript](#javascript)
- [Typescript](#typescript)
- [Remote usage](#remote-usage)
- [API](#api)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -97,10 +101,10 @@ chmod +x ./script.ts
./script.ts
```

## Remote usage
### Remote usage

You can also use `dzx` directly without installation by using the following
shebang. This also allows you to explicitly set the permissions.
shebang. This also allows you to explicitly set the permissions for your script.

```typescript
#!/usr/bin/env deno run --allow-run --allow-read --allow-env https://deno.land/x/dzx/dzx.ts
Expand Down

0 comments on commit f1a0159

Please sign in to comment.