From bc84878aeec9f2134abf5bb29223861a89ddadfe Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 23 Oct 2025 13:04:47 -0500 Subject: Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28f1905..0d4331f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Learn more about it on my [website](https://ngaffney.dev/portfolio/particle-sim/ - rlImgui bindings - zgui - raylib -## Running -Compile with `zig build --release=fast` and run with `./zig-out/bin/particle-sim` -Alternatively, just run `zig build --release=fast run` +## Building and Running +Compile with `zig build` and run with `./zig-out/bin/particle-sim` +Alternatively, just run `zig build run` ## Known Issues -If you reduce the radius to be equal to or below the minimum idstance, it will crash. +- If you reduce the radius to be equal to or below the minimum idstance, it will crash. -- cgit v1.2.3