diff --git a/README.md b/README.md index 1b430d9..494b3a6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,23 @@ Simple path tracer written in PowerShell, based on [Raytracing in One Weekend][1] online book. -Currently, the output image looks like this: -
+Currently, this repository can generate the following image: + ++ +
+ +This image was created using the follwing command every commit made to the `main` +branch: + +```powershell +Import-Module .\Sources\PSRaytracing.psm1 +Invoke-Raytracing ` + -ImageWidth 640 ` + -ImageHeight 360 ` + -OutputFile "output.png" +``` ## Why PowerShell of all things diff --git a/output.png b/output.png deleted file mode 100644 index cd4a8dc..0000000 Binary files a/output.png and /dev/null differ