Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -46,11 +46,11 @@ created in the base directory.**
|
||||
1. **Download Repository**
|
||||
2. **Open Repository folder**
|
||||
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**
|
||||
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
|
||||
created in the base directory.**
|
||||
|
||||
Reference in New Issue
Block a user