From d254e7d70442eb0d66615386a3475b134c53e123 Mon Sep 17 00:00:00 2001 From: John Landers Date: Wed, 24 Oct 2018 14:01:59 -0500 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3888428..2d88d45 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ This is just a little side project to work on optimization skills and mess aroun **To run** 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 +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 Step 4 : *Have fun using my Conway's Game of Life Program!!!* ***Note: Requires Java 8*** \ No newline at end of file