From d1093e7fbc1953e509a1f733139fb7d823e6ba94 Mon Sep 17 00:00:00 2001 From: Polaris66 <64375061+Polaris66@users.noreply.github.com> Date: Sat, 29 Jul 2023 15:25:22 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 10fc29d..c52fe11 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,13 @@ Download the run file and run it. ## Controls Left Mouse Button - Toggle Cells + P - Pause/Play + C - Clear + R - Randomize + Right Arrow Key - Speed Up + Left Arrow Key - Slow Down From a7dd74f09b1d922f2440981c22567d64de80481d Mon Sep 17 00:00:00 2001 From: Polaris66 <64375061+Polaris66@users.noreply.github.com> Date: Sat, 29 Jul 2023 15:46:42 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c52fe11..de7600c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@ It's an example of Cellular Automata and follows the following rules: ## Download Instructions -Download the run file and run it. +Clone/Download the repo. + +`git clone repo` + +Execute the run file + +`./run` ## Controls