From 71d22c83bb88babcfc86933a4aa0ea50f27aef3f Mon Sep 17 00:00:00 2001 From: profan Date: Sun, 7 Jun 2026 18:52:54 +0100 Subject: [PATCH] beh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a07012..f467081 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This program is also an interactive visualizer of the rendering process, allowin # How do I run it? -You'll need .NET 10, with `dotnet run -c Release` that should be all you need for it to fetch all of its dependencies and run. +You'll need .NET 10, with `dotnet run -c Release` that should be all you need. The only dependencies are RayLib-Cs (for the interactivity) and SkiaSharp (for writing out the image).