diff --git a/README.md b/README.md index 10fc29d..de7600c 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,24 @@ 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 Left Mouse Button - Toggle Cells + P - Pause/Play + C - Clear + R - Randomize + Right Arrow Key - Speed Up + Left Arrow Key - Slow Down