Skip to content

Commit

Permalink
fix: command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed May 11, 2024
1 parent ab76414 commit 2ec7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cmake .. -GNinja -DBUILD_DOC=OFF -DBUILD_TEST=OFF
4. Run the raytracer with a provided scene.

```sh
./raytracer ../scenes/sphere.cfg > sphere.ppm
./raytracer --config ../scenes/cornell.cfg > cornell.ppm
```

# features
Expand Down

0 comments on commit 2ec7def

Please sign in to comment.