Update README.md

This commit is contained in:
John Landers
2018-10-24 23:22:09 +00:00
parent b892452cac
commit 1ed80e6e35

View File

@@ -46,19 +46,11 @@ created in the base directory.**
1. **Download Repository** 1. **Download Repository**
2. **Open Repository folder** 2. **Open Repository folder**
3. **Enter the following commands:** 3. **Enter the following commands:**
> cd gameoflife > **cd gameoflife**
> javac GameOfLife.java > **javac GameOfLife.java**
> javac Main.java > **javac Main.java**
> jar cmvf manifest.mf GameOfLife.jar ./\*.java ./\*.class > **jar cmvf manifest.mf ../GameOfLife.jar ./\*.java ./\*.class**
> java -jar GameOfLife.jar > **java -jar ../GameOfLife.jar**
4. **After doing steps 1- the game should have already ran once. The next times 4. **After doing steps 1-3 the game should have already ran once. The next times
that you wish to run the game just run the GameOfLife.jar that has now been that you wish to run the game just run the GameOfLife.jar that has now been
created in the base directory.** created in the base 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!!!*