Skip to content

Commit

Permalink
feat(README): update with new demo subcommand example
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Jun 24, 2022
1 parent b0826fc commit fb7dc46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ Example of `rustracer convert` subcommand:
$ rustracer convert image.pfm image.ff # convert to farbfeld
$ rustracer convert image.pfm image.png # convert to png
```

Example of `rustracer demo` subcommand:

```bash
$ rustracer demo image.png # demo scene with on/off renderer
```

0 comments on commit fb7dc46

Please sign in to comment.