From 0663efc33c1fec7593c5e31035d1e676208e5eb0 Mon Sep 17 00:00:00 2001 From: John Landers Date: Wed, 24 Oct 2018 14:06:30 -0500 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d88d45..902919b 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ This is just a little side project to work on optimization skills and mess aroun Step 1 : Download Repository Step 2 : Open Command Prompt and navigate to the folder you downloaded Step 3 : Enter the following commands: - > cd gameoflife - > javac GameOfLife.java - > javac Main.java - > jar cmvf manifest.mf GameOfLife.jar ./\*.java ./\*.class - > java -jar GameOfLife.jar +> 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