Updated README.md

This commit is contained in:
John Landers
2018-10-24 14:08:29 -05:00
parent 0663efc33c
commit 6d6aa44edc

View File

@@ -7,7 +7,7 @@ This is just a little side project to work on optimization skills and mess aroun
**To run** **To run**
Step 1 : Download Repository Step 1 : Download Repository
Step 2 : Open Command Prompt and navigate to the folder you downloaded Step 2 : Open Command Prompt and navigate to the folder you downloaded
Step 3 : Enter the following commands: Step 3 : Enter the following commands:
> cd gameoflife > cd gameoflife
> javac GameOfLife.java > javac GameOfLife.java
> javac Main.java > javac Main.java