Skip to content

Commit

Permalink
add execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
disizali committed Jun 20, 2021
1 parent c0ecaaf commit 86e674f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ export class GreetController {
}
}
```

## Execution

```shell
deno run --allow-net=api.telegram.org --allow-env=DEBUG,DENO_ENV -c tsconfig.json --no-check main.ts
```

> p.s1: `--no-check` is temporary until the adapter typing problem is resolved.
> p.s2: `tsconfig.json` file content can be copied from
> [this file](https://github.com/irandeno/tea/blob/main/tsconfig.json).

0 comments on commit 86e674f

Please sign in to comment.