From 8e1a0caae45a1d660a94baa670a12ab682892c22 Mon Sep 17 00:00:00 2001 From: HarshitJoshi9152 Date: Thu, 9 Dec 2021 22:31:02 +0530 Subject: [PATCH] filename fix for linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa5977..4639f40 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Inspired by Noita, this is a simple "falling sand" simulation to demonstrate the - **linux**: - You'll need gcc - From the terminal, `cd` into the root directory for this project. - - run `bash ./proc/linux/gcc.sh` + - run `bash ./proc/linux/compile_linux_gcc.sh` - The exectuable will be placed in `bin/` - run `./bin/SandSim`