Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

fix: readme example running instruction #1099

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ Within a fresh clone of this repository...
<!-- TODO: track https://github.com/denoland/dotland/issues/2650#issuecomment-1437015262 -->

```sh
deno task run examples/<example_file>
deno task sync # only needed once
deno task run examples/<example_path>
```

## Rationale
Expand Down