From 7f2da95f2022fbf253252e7b4d94c8922967bcb3 Mon Sep 17 00:00:00 2001 From: BarakaIan <70563965+BarakaIan@users.noreply.github.com> Date: Wed, 10 Feb 2021 07:21:29 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04bea2e..16c2955 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Java_Ping_Pong_StarterCode -J unit testing in java + +J unit Testing in Java + +## Project Setup Instructions + +Visit the link - https://github.com/BarakaIan/Java_Ping_Pong_StarterCode.git and clone it to your machine. + +Click on the dropdown button labeled code. +Choose option download zip. +clone the repo to your terminal +Right click on the project folder and choose open with IntelliJ IDEA. +Then open the terminal and write javac caesar.java && java caesar. Week 1 intro to Java starter code