From 2b76c4018a5a72ebdd53afd4bb3c785c0776a3b8 Mon Sep 17 00:00:00 2001 From: John Landers Date: Wed, 24 Oct 2018 23:12:20 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 120440a..d4a07f7 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,17 @@ started. ![alt text](https://upload.wikimedia.org/wikipedia/commons/3/37/Game_of_life_animated_LWSS.gif) ### *These are not all the possible patterns but a few ones that are used alot* -## To Run -Step 1 : Download Repository -Step 2 : Open Command Prompt and navigate to the folder you downloaded -Step 3 : Enter the following commands: +## To Run +### QuickStart +1. Download Repository +2. Open Repository folder +3. Run the first-start.bat file *(This step only necessary once. Afterwards just run the +jar that is created in the directory)* + + Enter the following commands: > cd gameoflife > javac GameOfLife.java > javac Main.java > jar cmvf manifest.mf GameOfLife.jar ./\*.java ./\*.class > java -jar GameOfLife.jar Step 4 : *Have fun using my Conway's Game of Life Program!!!* - -***Note: Requires Java 8*** \ No newline at end of file