aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:04:47 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:04:47 -0500
commitbc84878aeec9f2134abf5bb29223861a89ddadfe (patch)
tree94582ba84d0e69caf431654610f12b5b872e3318
parenta075b96eb99ea7f0392715d8d31115584c88790d (diff)
downloadparticle-sim-bc84878aeec9f2134abf5bb29223861a89ddadfe.tar.gz
Updated READMEHEADmain
-rw-r--r--README.md8
1 files 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.