From d896fa1ff04a7d52d1ce9afca54fd3ae45a306de Mon Sep 17 00:00:00 2001 From: timetraveller-123 Date: Sun, 17 Sep 2023 20:04:59 +0800 Subject: [PATCH] Fix README.md --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0c5918aab1..0c5994c0ef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,10 +5,10 @@ of a Graphical User Interface. ## Quick Start -1) Ensure you have Java `11` or above installed in your computer. -2) Download the latest `duke.jar` from here. -3) Copy the file to the folder you want to use as the home folder for your application. -4) Open a command terminal, `cd` into the folder you put the jar file in, and use +1) Ensure you have Java `11` or above installed in your computer. +2) Download the latest `duke.jar` from here. +3) Copy the file to the folder you want to use as the home folder for your application. +4) Open a command terminal, `cd` into the folder you put the jar file in, and use `java -jar duke.jar` command to run the application. A GUI similar to below should appear in a few seconds. @@ -17,7 +17,7 @@ of a Graphical User Interface. ## Features -> [!NOTE] +> ℹ > Words in `UPPER_CASE` are the parameters to be supplied by user > e.g. in `todo NAME`, `NAME` is a parameter which can be used as `todo read book`