From c39394e538279e793ec197b629a0ec666f0f0a9e Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 25 Feb 2019 07:51:52 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 893c2b0..626047c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # TaipanClone Computer Science 233 project, Winter 2019 -To run the program, please go to src>start.java and run that program. +How to run: +If you are using intellij, extract "TaipanClone-master.zip", and open the "TaipanClone-master" folder in intellij. Also set up the SDK. Then, run main.java. + +If you are using the command line, extract "TaipanClone-master.zip", and open the "TaipanClone-master" folder. Open your terminal and change its directory to the "src" folder within "TaipanClone-master" folder. Then, type in "javac *.java", this compiles all the necessary files. Now, run main.java using "java main.java". + +Additional information: For input, the program usually takes the first letter of whichever option you need to select. Example: What would you like to buy? Valid inputs are "O" (for Opium), "S" (for Silk), "A" (for Arms), "G" (for General cargo).