Update README.md

This commit is contained in:
CJSatnarine
2024-07-24 03:07:04 -04:00
parent b45a8a84bf
commit 543a27356f

View File

@@ -31,6 +31,7 @@ And to run the build:
`build\Release\Raytracer.exe > image.ppm` `build\Release\Raytracer.exe > image.ppm`
For **Mac** or **Linux**, run these commands to obptimise build for the fastest results: For **Mac** or **Linux**, run these commands to obptimise build for the fastest results:
`cmake -B build/Release -DCMAKE_BUILD_TYPE=Release` `cmake -B build/Release -DCMAKE_BUILD_TYPE=Release`
`cmake --build build/Release` `cmake --build build/Release`